151 Commits

Author SHA1 Message Date
Lazarus Lazaridis b7fda54e08 Merge pull request #65 from iridakos/iridakos-bump-version
Bump version to 2.1.0
2020-11-15 10:37:49 +02:00
Lazarus Lazaridis 1f26527a34 Bump version to 2.1.0 2020-11-15 10:37:12 +02:00
Lazarus Lazaridis 5145226de6 Update CHANGELOG.md 2020-11-15 10:35:32 +02:00
Lazarus Lazaridis 5bb49393c5 Update goto.sh 2020-11-15 10:27:34 +02:00
Lazarus Lazaridis a9ad435067 Merge pull request #62 from luotaipeng/master
Improve goto the special directory similar to system cd command
2020-11-15 10:23:47 +02:00
Lazarus Lazaridis d288364550 Merge pull request #64 from vigo/fix-resolve-db
Add folder check and create before touch db
2020-11-15 10:16:58 +02:00
Uğur Özyılmazel ba1b0a9452 Add folder check before touch db 2020-11-15 00:40:25 +03:00
luotaipeng 46dd1b4d42 Improve goto the special directory similar to system cd command 2020-10-23 19:28:14 +08:00
Lazarus Lazaridis e5baca394f Merge pull request #63 from f1rstlady/width-aware-list
Set the maximum length of the shortcuts as left column width
2020-10-23 11:50:15 +03:00
Benedikt Rips 7d77bc328d Set the maximum length of a shortcut as left column width 2020-10-19 22:49:42 +02:00
Lazarus Lazaridis 43b592b88f Merge pull request #59 from vanhtuan0409/master
fix zsh completion failed
2020-03-20 09:17:17 +02:00
Tuấn Vương 1994ce38e8 fix zsh completion failed 2020-03-20 13:07:50 +07:00
Lazarus Lazaridis b7ae4a9a0e Update README.md v2.0.0 2020-01-27 15:44:29 +02:00
Lazarus Lazaridis 8298a8534c Update README.md 2020-01-27 15:43:41 +02:00
iridakos be728483cc Release 2.0.0 2020-01-27 15:41:51 +02:00
Lazarus Lazaridis 77dc8a9e82 Merge pull request #57 from brennanfee/baf-respect-xdg-config-home
feat!: Changing default config to XDG_CONFIG_HOME
2020-01-27 15:19:46 +02:00
Brennan Fee b796e5c7f3 feat!: Changing default config to XDG_CONFIG_HOME
BREAKING CHANGE: The default config file has moved to
$XDG_CONFIG_HOME/goto
2020-01-07 12:38:07 -06:00
Lazarus Lazaridis 7ee8375853 Fix completion for zsh
* Fixes #54
2019-06-02 10:06:54 +03:00
iridakos 0d076f234a Support autocomplete for goto aliases
* refs #53
2019-05-30 17:35:50 +03:00
Lazarus Lazaridis b31295da8b Merge pull request #52 from escozul/hotfix/improve-various-bash-compatibility
Improve compatibility with various bash configs
2019-04-12 17:44:44 +03:00
escozul 119c93c983 Update goto.sh 2019-04-01 17:50:25 +03:00
Lazarus Lazaridis 736a27b4ad Update version 2019-03-21 22:16:56 +02:00
Lazarus Lazaridis 66d28463ea Revert "Use the XDG Base Directory Specification when possible."
This reverts commit c3f6da2f61.
2019-03-21 22:15:57 +02:00
Lazarus Lazaridis ce5ff420b4 Merge pull request #49 from gahag/xdg-base-directory
Use the XDG Base Directory Specification when possible.
2019-03-15 14:01:52 +02:00
Lazarus Lazaridis d871f2529f Merge pull request #48 from robertpro/patch-1
Simple bash-completion colored `tab`
2019-03-15 13:53:20 +02:00
gahag c3f6da2f61 Use the XDG Base Directory Specification when possible.
Attempt to use the XDG_DATA_DIR from the XDG Base Directory Specification for the db file.
Fallback to home if there is already a db file there, or if XDG_DATA_DIR is unavailable.
2019-03-11 02:11:01 -03:00
José Roberto Meza Cabrera 5ca27e80e1 Simple bash-completion colored tab 2019-02-03 17:16:19 -06:00
Lazarus Lazaridis 8488a8b0d8 Merge pull request #46 from JBlond/windows
check for if the script is on windows
2019-01-31 08:50:00 +02:00
JBlond f68dda5a94 check for if the script is on windows
Issue Windows support https://github.com/iridakos/goto/issues/43
2019-01-21 15:53:33 +01:00
Lazarus Lazaridis e60056681a Merge pull request #44 from kaitokidi/patch-1
Update README.md
2019-01-10 16:07:31 +02:00
Genís Bayona b14c5fe0fd Update README.md
added goto command
2018-10-29 00:03:28 +01:00
Lazarus Lazaridis abebab5836 Merge pull request #41 from Calinou/create-goto-db-if-unexisting
Create the goto database if it doesn't already exist
2018-08-13 07:35:11 +03:00
Hugo Locurcio a3e97391f2 Create the goto database if it doesn't already exist
This makes sure the goto database file is always created when entries
need to be written to it.
2018-08-12 21:29:27 +02:00
Lazarus Lazaridis 9d63b297df Merge pull request #40 from Calinou/add-colors-to-list
Add colors and improve alignment in the list display
2018-08-12 21:32:51 +03:00
Hugo Locurcio 344e1e35c2 Add colors and improve alignment in the list display 2018-08-12 20:21:42 +02:00
Lazarus Lazaridis cd760f27f2 Fix indentation 2018-04-02 11:09:54 +03:00
Lazarus Lazaridis bd62e9f657 Add note for bash completion on macOS
Refs #36
2018-04-02 11:07:30 +03:00
Lazarus Lazaridis 7b72f2a374 Merge pull request #34 from csonuryilmaz/master
fixed home path when invoked as sudo
2018-03-24 21:28:20 +02:00
Lazarus Lazaridis 265f027095 Fix shellcheck warning
Comply with https://github.com/koalaman/shellcheck/wiki/SC2086
2018-03-24 21:28:01 +02:00
Onur Yılmaz 895a3500dc * Fixed installation problem on debian about home path. 2018-03-24 22:12:37 +03:00
Lazarus Lazaridis 61750b060b Add note for brew installation 2018-03-24 21:10:05 +02:00
Lazarus Lazaridis 866f0e8e0a Update README with brew info
Closes #9
2018-03-24 16:38:51 +02:00
Lazarus Lazaridis eec3c3272a Update README.md 2018-03-22 04:33:29 +02:00
Lazarus Lazaridis 6e151060d7 Update readme with homebrew info 2018-03-22 04:31:17 +02:00
Lazarus Lazaridis f009f4dafc Add troubleshooting section
* Add suggestion for zsh missing bashcompinit command. Refs #33
2018-03-15 00:23:56 +02:00
Lazarus Lazaridis 9c6be35e87 Bump version to 1.2.3 v1.2.3 2018-03-14 21:47:54 +02:00
Lazarus Lazaridis 2eb41e8de1 Merge pull request #30 from dmd/patch-1
Remove shebang since the script is sourced
2018-03-14 21:27:00 +02:00
Daniel M. Drucker 294f13872b convention is that a sourced (not executed) script should NOT have a shebang 2018-03-14 13:41:56 -04:00
Lazarus Lazaridis 2c29465806 Merge pull request #29 from dmd/patch-1
don't try for ksh either
2018-03-14 18:25:42 +02:00
Daniel M. Drucker a6feb6a09f don't try for ksh either
see #27
2018-03-14 12:24:32 -04:00