Commit Graph

22 Commits

Author SHA1 Message Date
William Sawyer
632fd71fc3 plugins/bashmarks: Correct bashmarks author name (#520) 2024-01-15 15:31:34 +09:00
John Ferlito
e2917d67fb plugins/bashmarks: Fix bashmarks completion (#491)
Make it work for bm without any arguments
2023-11-18 23:16:56 +09:00
Koichi Murase
53d2ae5171 plugins/bashmarks: Describe the configuration BASHMARK_SDIRS 2023-10-12 19:07:02 +09:00
Koichi Murase
337a29d224 plugins/bashmarks: Format README 2023-10-12 19:07:02 +09:00
Koichi Murase
f161382de7 plugins/bashmarks: Refactor function names and variable names 2023-10-12 19:07:02 +09:00
Koichi Murase
1eacdc7118 plugins/bashmarks: Fix completion for bash 2023-10-12 15:46:28 +09:00
Koichi Murase
5f57d4c1b2 plugins/bashmarks: Fix coding styles 2023-10-12 15:42:14 +09:00
Koichi Murase
e39f8a561c plugins/bashmarks: Apply changes from upstream 2023-10-12 15:26:27 +09:00
Koichi Murase
4eeb20046d plugins/bashmarks: Change indentation 2023-10-12 15:21:51 +09:00
Koichi Murase
0ff46f6d32 plugins/bashmarks: Fix licensing issue 2023-10-12 15:20:52 +09:00
Edwin Kofler
5cd1f0eb16 style: Remove trailing whitespace and add missing final newlines 2023-04-16 17:43:09 +09:00
nmarghetti
6fd237c363 tools/install,etc: Add quote around path variables to handle case with space in $HOME or $OSH 2022-10-07 19:47:03 +09:00
Koichi Murase
827277253a lib/omb-prompt-colors: Rename basic colors 2022-02-01 01:43:32 +09:00
Koichi Murase
d76093a3df plugins/bashmarks: Use global color variables 2022-02-01 01:42:52 +09:00
Koichi Murase
c3bcc5c6d2 refactor: Normalize shebang of scripts to source 2022-01-15 19:00:35 +09:00
Koichi Murase
3d2b35a3eb refactor: Replace invalid shebang lines 2022-01-15 15:46:11 +09:00
Jason Verbeek
098e3ff368 plugins/bashmark: resolves conflict between noclobber and bashmark (#127)
Fixes #50
2020-02-12 16:46:00 +11:00
sljinlet
5b680bf30a Add short form of '-g' option to bashmarks plugin (#41)
Accept just a bookmark name as a short form of the '-g' option.  If just
    one arg is supplied, and it doesn't start with a dash, then it is assumed
    to be a bookmark name and _goto_bookmark is called. [ bm BOOKMARK_NAME ]
  Add a -h option to print usage info with same behavior as supplying no args
  Add echoing an error message if an unrecognized option is given, followed
    by usage info
  Augment usage info to reflect these changes and update README.md
2019-07-26 14:24:53 +07:00
Michael Anckaert
40d65528b2 Added README file for bashmarks plugin 2018-05-08 14:42:45 +02:00
Toan Nguyen
ea1c9371e1 Added shebash line and fix some issues 2017-03-20 19:51:00 +07:00
Toan Nguyen
f300d599a8 Remove compdef function and added bash env to all plugins 2017-03-19 16:44:14 +07:00
Toan Nguyen
adc673b02a Initial Oh My Bash framework 2017-03-19 15:40:25 +07:00