aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added some compatibilities with zshMiquel Sabaté Solà2020-11-144-37/+66
| | | | | | | 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-183-20/+41
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Rebumped the whole project so it's better lookingMiquel Sabaté Solà2020-03-177-45/+209
| | | | | | I've also added the `git-validation` tool into the test suite. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Forgot an email on a license noticeMiquel Sabaté Solà2020-03-171-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated copyright noticeMiquel Sabaté Solà2020-03-174-6/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* t: make sure that the output is always sortedMiquel Sabaté Solà2020-03-171-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-024-6/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add copyright notice into the -v/--version flagsMiquel Sabaté Solà2016-06-292-5/+19
| | | | 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>
* Removed zsh from the DockerfileMiquel Sabaté Solà2016-02-041-1/+1
| | | Support for it is not there, so it's pointless to install it.
* Updated README fileMiquel Sabaté Solà2016-02-041-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Hopefully fixed testsMiquel Sabaté Solà2016-02-046-97/+74
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Update yearMiquel Sabaté Solà2016-01-294-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* More fixes bash vs zshMiquel Sabaté2015-08-242-4/+10
|
* Erase the contents of the g file in a portable wayMiquel Sabaté2015-08-242-3/+3
|
* t: use __g_realpath instead of realpathMiquel Sabaté2015-08-241-1/+7
|
* travis: realpath is no longer requiredMiquel 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
|
* travis: realpath is a dependencyMiquel 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-016-41/+91
|
* travis: removed useless indication of osxMiquel Sabaté2015-08-012-7/+3
|
* travis: fixed installation of zshMiquel Sabaté2015-08-011-2/+1
|
* travis: use dockerMiquel Sabaté2015-08-011-0/+1
|
* travis: Install zshMiquel Sabaté2015-08-011-0/+1
|
* Starting to work on a testing infrastructureMiquel Sabaté2015-08-015-2/+68
|
* 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-063-3/+3
|
* Let's point out in the README file that the path argument is optional.Miquel Sabaté2014-02-161-2/+4
| | | | Moreover, there was a typo in the Copyright notice.
* 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-293-3/+3
|
* Tabulate the shortcuts when listing themMiquel Sabaté2013-12-191-1/+1
|
* TypoMiquel Sabaté2013-07-311-1/+1
|
* Updated the READMEMiquel Sabaté2013-07-311-1/+21
|
* Added a completion fileMiquel Sabaté2013-07-311-0/+63
|
* Added the keys option to the list commandMiquel Sabaté2013-07-311-4/+11
|
* Initial commitMiquel Sabaté2013-07-313-0/+813