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
Lazarus Lazaridis
0e591983ac
Merge pull request #28 from dmd/patch-3
...
make install not try for shells we don't support
2018-03-14 18:22:14 +02:00
Daniel M. Drucker
0bfed09c84
make install not try for shells we don't support
...
This script will never support csh, barring extremely major changes, so remove that.
Comment out kshrc for now - we might be able to support that soon.
2018-03-14 12:17:03 -04:00
Lazarus Lazaridis
45813c6800
Merge pull request #26 from dmd/patch-2
...
align columns
2018-03-14 18:10:23 +02:00
Lazarus Lazaridis
28c98d48df
Fix shellcheck SC2005
2018-03-14 17:53:11 +02:00
Daniel M. Drucker
46b849083f
align columns
...
use column in _goto_list_aliases
fix column in _goto_list_aliases to actually work
2018-03-14 11:06:12 -04:00
Lazarus Lazaridis
ab3d10c659
Remove obsolete macOS installation script
2018-03-14 15:00:03 +02:00
Lazarus Lazaridis
c98b28a399
Create installation script for macOS
2018-03-14 00:15:42 +02:00
Lazarus Lazaridis
01fb5723ce
Bump version to 1.2.2
v1.2.2
2018-03-13 21:37:19 +02:00
Lazarus Lazaridis
af41b6f9fe
Merge pull request #25 from jshort/zsh_complete
...
Zsh completion for -x, -p, -o.
2018-03-13 19:31:57 +02:00
James Short
3229e2a5aa
Zsh completion for -x, -p, -o.
...
Resolves #21 .
2018-03-13 10:27:12 -07:00
Lazarus Lazaridis
a4c77f3a55
Bump version to 1.2.1
2018-03-13 16:01:30 +02:00
Lazarus Lazaridis
45dbfc4ab6
Merge pull request #24 from dmd/patch-1
...
allow GOTO_DB to be set from environment.
Closes #24 .
2018-03-13 15:13:11 +02:00
Daniel M. Drucker
044ed5775c
allow GOTO_DB to be set from environment.
...
To resolve #14 .
2018-03-13 08:59:32 -04:00
Lazarus Lazaridis
f229658484
Remove logo
2018-03-13 14:18:40 +02:00
Lazarus Lazaridis
54c4feae24
Update README.md
2018-03-13 11:47:57 +02:00
Lazarus Lazaridis
f0cccd9a0a
Update README.md
2018-03-13 11:46:02 +02:00
Lazarus Lazaridis
3791a84057
Add logo
2018-03-13 11:38:22 +02:00
Lazarus Lazaridis
61b72d0c9e
Update readme
2018-03-13 11:35:02 +02:00
Lazarus Lazaridis
285abc5659
Add logo
2018-03-13 11:33:17 +02:00
Lazarus Lazaridis
2611df3f84
Add logo
2018-03-13 11:28:05 +02:00
Lazarus Lazaridis
f22c11dfab
Fix outline
2018-03-12 20:17:25 +02:00
Lazarus Lazaridis
1f9ff19cf9
Add usage outline.
2018-03-12 20:16:27 +02:00
Lazarus Lazaridis
412126b9bb
Update outline of README.
2018-03-12 20:09:00 +02:00
Lazarus Lazaridis
cb4a353012
Bump version to 1.2.0
2018-03-12 09:40:20 +02:00
Lazarus Lazaridis
a5b88497d1
Fix shellcheck errors and warnings.
2018-03-12 09:32:07 +02:00
Lazarus Lazaridis
2db8b0bf1f
Merge pull request #17 from shawalli/feature/push_pop_commands
...
Add Push/Pop Commands
2018-03-12 09:26:53 +02:00