bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request: allow running gtags from anywhere when -f contains


From: Shigio YAMAGUCHI
Subject: Re: Feature request: allow running gtags from anywhere when -f contains absolute paths
Date: Mon, 16 Jun 2014 12:00:25 +0900

Hello,
> Today, the command:
>
>    gtags -f list_of_files  path_to_database
>
> must be run from the project directory even if list_of_files contains absolute path.
>
> Please consider allowing above command to be run from anywhere when list_of_files contains absolute path.
>

Is this enough?

+------------------------
|#!/bin/sh
|#
|# usage: gtags-anywhere -f list_of_files path_to_database
|#
|# note: all paths in list_of_files must be absolute
|#
|cd $2 && gtags -f $1
+------------------------



2014-06-16 8:38 GMT+09:00 Suresh Govindachar <address@hidden>:

Today, the command:

   gtags -f list_of_files  path_to_database

must be run from the project directory even if list_of_files contains absolute path.

Please consider allowing above command to be run from anywhere when list_of_files contains absolute path.

Thanks,

--Suresh

_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global



--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]