| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update links | Miquel Sabaté Solà | 2026-07-21 | 3 | -76/+1 |
| | | | | | | | | That is, remove severely outdated stuff like CI that never quite worked, and add a link to my contribution guidelines. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com> | ||||
| * | Updated license notice | Miquel Sabaté Solà | 2024-03-14 | 2 | -2/+2 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | ci: travis -> github | Miquel Sabaté Solà | 2023-01-02 | 3 | -28/+36 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Updated copyright notice | Miquel Sabaté Solà | 2023-01-02 | 4 | -6/+6 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Added some compatibilities with zsh | Miquel Sabaté Solà | 2020-11-14 | 4 | -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 mix | Miquel Sabaté Solà | 2020-03-18 | 3 | -20/+41 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Rebumped the whole project so it's better looking | Miquel Sabaté Solà | 2020-03-17 | 7 | -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 notice | Miquel Sabaté Solà | 2020-03-17 | 1 | -1/+1 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Updated copyright notice | Miquel Sabaté Solà | 2020-03-17 | 4 | -6/+8 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | t: make sure that the output is always sorted | Miquel Sabaté Solà | 2020-03-17 | 1 | -2/+2 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Updated license notice | Miquel Sabaté Solà | 2018-01-02 | 4 | -6/+6 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Add copyright notice into the -v/--version flags | Miquel Sabaté Solà | 2016-06-29 | 2 | -5/+19 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | Polishing | Miquel Sabaté Solà | 2016-02-04 | 1 | -3/+2 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Removed zsh from the Dockerfile | Miquel Sabaté Solà | 2016-02-04 | 1 | -1/+1 |
| | | | | Support for it is not there, so it's pointless to install it. | ||||
| * | Updated README file | Miquel Sabaté Solà | 2016-02-04 | 1 | -4/+4 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Hopefully fixed tests | Miquel Sabaté Solà | 2016-02-04 | 6 | -97/+74 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | Update year | Miquel Sabaté Solà | 2016-01-29 | 4 | -4/+4 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> | ||||
| * | More fixes bash vs zsh | Miquel Sabaté | 2015-08-24 | 2 | -4/+10 |
| | | |||||
| * | Erase the contents of the g file in a portable way | Miquel Sabaté | 2015-08-24 | 2 | -3/+3 |
| | | |||||
| * | t: use __g_realpath instead of realpath | Miquel Sabaté | 2015-08-24 | 1 | -1/+7 |
| | | |||||
| * | travis: realpath is no longer required | Miquel Sabaté | 2015-08-24 | 1 | -1/+1 |
| | | |||||
| * | Replaced `realpath` for a custom `__g_realpath` function | Miquel Sabaté | 2015-08-24 | 1 | -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 given | Miquel Sabaté | 2015-08-04 | 1 | -0/+5 |
| | | |||||
| * | Yet another '==' | Miquel Sabaté | 2015-08-02 | 1 | -1/+1 |
| | | |||||
| * | travis: realpath is a dependency | Miquel Sabaté | 2015-08-02 | 1 | -1/+1 |
| | | |||||
| * | Use '=', not '==' | Miquel Sabaté | 2015-08-02 | 1 | -3/+3 |
| | | |||||
| * | The test suite is working just fine | Miquel Sabaté | 2015-08-01 | 6 | -41/+91 |
| | | |||||
| * | travis: removed useless indication of osx | Miquel Sabaté | 2015-08-01 | 2 | -7/+3 |
| | | |||||
| * | travis: fixed installation of zsh | Miquel Sabaté | 2015-08-01 | 1 | -2/+1 |
| | | |||||
| * | travis: use docker | Miquel Sabaté | 2015-08-01 | 1 | -0/+1 |
| | | |||||
| * | travis: Install zsh | Miquel Sabaté | 2015-08-01 | 1 | -0/+1 |
| | | |||||
| * | Starting to work on a testing infrastructure | Miquel Sabaté | 2015-08-01 | 5 | -2/+68 |
| | | |||||
| * | Another typo | Miquel Sabaté | 2015-07-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed typo | Miquel Sabaté | 2015-07-29 | 1 | -2/+2 |
| | | |||||
| * | Allow relative paths after the given shortcut | Miquel Sabaté | 2015-07-29 | 1 | -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" namespace | Miquel Sabaté | 2015-07-28 | 1 | -38/+38 |
| | | |||||
| * | Added a proper exit code | Miquel Sabaté | 2015-07-28 | 1 | -4/+7 |
| | | |||||
| * | Don't allow the user to add shortcuts whose name conflict with commands | Miquel Sabaté | 2015-07-28 | 1 | -1/+16 |
| | | |||||
| * | Use the proper format for optional arguments | Miquel Sabaté | 2015-07-28 | 1 | -2/+2 |
| | | |||||
| * | Use a proper if-else branch... | Miquel Sabaté | 2015-07-28 | 1 | -8/+10 |
| | | |||||
| * | Improved the layout of the help command | Miquel Sabaté | 2015-07-28 | 1 | -6/+9 |
| | | |||||
| * | Improved the layout of the table displayed by the list command | Miquel Sabaté | 2015-07-28 | 1 | -2/+2 |
| | | |||||
| * | Happy new year :) | Miquel Sabaté | 2015-01-06 | 3 | -3/+3 |
| | | |||||
| * | Let's point out in the README file that the path argument is optional. | Miquel Sabaté | 2014-02-16 | 1 | -2/+4 |
| | | | | | Moreover, there was a typo in the Copyright notice. | ||||
| * | Increased the version number. | Miquel Sabaté | 2014-02-16 | 1 | -1/+1 |
| | | |||||
| * | The third argument for the add command is now optional. | Miquel Sabaté | 2014-02-16 | 1 | -3/+7 |
| | | | | | The current working directory will be used if the third argument was not given. | ||||
| * | Updated copyright. | Miquel Sabaté | 2014-01-29 | 3 | -3/+3 |
| | | |||||
| * | Tabulate the shortcuts when listing them | Miquel Sabaté | 2013-12-19 | 1 | -1/+1 |
| | | |||||
| * | Typo | Miquel Sabaté | 2013-07-31 | 1 | -1/+1 |
| | | |||||
| * | Updated the README | Miquel Sabaté | 2013-07-31 | 1 | -1/+21 |
| | | |||||
