aboutsummaryrefslogtreecommitdiff
path: root/g.sh
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright noticeMiquel Sabaté Solà2023-01-021-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added some compatibilities with zshMiquel Sabaté Solà2020-11-141-21/+43
| | | | | | | The work is half-done, but I also needed some of the other fixes entangled in this whole mess of a commit. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Bringing shellcheck into the mixMiquel Sabaté Solà2020-03-181-19/+23
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated copyright noticeMiquel Sabaté Solà2020-03-171-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-021-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add copyright notice into the -v/--version flagsMiquel Sabaté Solà2016-06-291-1/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* PolishingMiquel Sabaté Solà2016-02-041-3/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Update yearMiquel Sabaté Solà2016-01-291-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* More fixes bash vs zshMiquel Sabaté2015-08-241-3/+9
|
* Erase the contents of the g file in a portable wayMiquel Sabaté2015-08-241-1/+1
|
* Replaced `realpath` for a custom `__g_realpath` functionMiquel Sabaté2015-08-241-2/+9
| | | | | `realpath` is not a standard command, and it won't work on some systems or even in zsh.
* Print the usage message if no parameter was givenMiquel Sabaté2015-08-041-0/+5
|
* Yet another '=='Miquel Sabaté2015-08-021-1/+1
|
* Use '=', not '=='Miquel Sabaté2015-08-021-3/+3
|
* The test suite is working just fineMiquel Sabaté2015-08-011-1/+1
|
* Another typoMiquel Sabaté2015-07-291-1/+1
|
* Fixed typoMiquel Sabaté2015-07-291-2/+2
|
* Allow relative paths after the given shortcutMiquel Sabaté2015-07-291-5/+18
| | | | | | | | | If we have a directory /home/mssola/a/b/c, and we have a shortcut named 'b' that points to b, then the following now works: $ g b/c Note that the completion script is yet to be updated
* Let's use the "__g" namespaceMiquel Sabaté2015-07-281-38/+38
|
* Added a proper exit codeMiquel Sabaté2015-07-281-4/+7
|
* Don't allow the user to add shortcuts whose name conflict with commandsMiquel Sabaté2015-07-281-1/+16
|
* Use the proper format for optional argumentsMiquel Sabaté2015-07-281-2/+2
|
* Use a proper if-else branch...Miquel Sabaté2015-07-281-8/+10
|
* Improved the layout of the help commandMiquel Sabaté2015-07-281-6/+9
|
* Improved the layout of the table displayed by the list commandMiquel Sabaté2015-07-281-2/+2
|
* Happy new year :)Miquel Sabaté2015-01-061-1/+1
|
* Increased the version number.Miquel Sabaté2014-02-161-1/+1
|
* The third argument for the add command is now optional.Miquel Sabaté2014-02-161-3/+7
| | | | The current working directory will be used if the third argument was not given.
* Updated copyright.Miquel Sabaté2014-01-291-1/+1
|
* Tabulate the shortcuts when listing themMiquel Sabaté2013-12-191-1/+1
|
* TypoMiquel Sabaté2013-07-311-1/+1
|
* Added the keys option to the list commandMiquel Sabaté2013-07-311-4/+11
|
* Initial commitMiquel Sabaté2013-07-311-0/+119