Commit Graph

80 Commits

Author SHA1 Message Date
366601d014 Change to conditional zle reset-prompt 2019-03-09 2019-03-09 10:40:50 -08:00
6aa5024811 Update comments on ddusb-exclude.conf and regex in ddusb script 2019-03-08 19:47:54 -08:00
188a7fd5da Perform both important checks before printing info about block devices 2019-03-08 2019-03-08 06:04:52 -08:00
653262d616 Add blacklist ability for ddusb script 2019-03-07 22:51:56 -08:00
9c3a7485f0 Add LICENSE file 2019-03-07 22:06:01 -08:00
3ec9989f25 Use black linting utility on all python scripts 2019-03-07 2019-03-06 23:34:48 -08:00
71264172f2 Create new completions directory for zsh 2019-03-02 2019-03-02 10:49:26 -08:00
8da5be2c19 Update gitignore to include specfile 2019-03-02 10:33:12 -08:00
9d46615a56 Move plugins to plugin directory 2019-03-01 19:30:48 -08:00
aaea526054 Add zle reset-prompt commands to each shortcut plugin 2019-03-01 16:34:14 -08:00
13257f07e6 Use site-functions directory for all zsh plugins 2019-03-01 16:23:18 -08:00
fc101fb30b Concatenate a str to a list 2019-02-20 16:12:02 -08:00
45aac4e39b Minor bug fixes and incorrect option passing fixes 2019-02-20 02:47:48 -08:00
bbfff16b44 Return editor when selecting 2019-02-20 02:24:02 -08:00
43013af49f Utilize shutil.which() for finding youtube-dl binary 2019-02-20 02:18:34 -08:00
475eaebd96 Raise an exception when a non-existent editor is passed 2019-02-19 16:48:34 -08:00
f5f598a020 Transfer functionality for ef into fedit script 2019-02-13 2019-02-13 17:26:48 -08:00
7a29ec5e10 Check if filename is '' instead of None if fzf is cancelled 2019-02-12 17:32:11 -08:00
a528211d3b Update fedit plugin for new flags 2019-02-12 12:54:34 -08:00
f8dd68edc0 Read filenames as bytes and general code cleanup 2019-02-12 12:51:26 -08:00
4569e97200 Reimplement fedit script in Python 2019-02-12 2019-02-12 12:24:10 -08:00
8c064a13b2 Minor comment cleanup, use $@ instead of $* for input checking 2019-01-29 17:14:54 -08:00
04aade74eb Remove 'if __name__ == __main__' clauses in all python scripts 2019-01-22 10:31:04 -08:00
24c4ae781b General code cleanup 2019-01-22 10:30:55 -08:00
2e6c398cd1 General code cleanup 2019-01-20 22:01:51 -08:00
e7c18045bd Change mode of scripts on filesystem 2019-01-20 2019-01-20 14:18:17 -08:00
ad74a3097e Rewrite getweather script in python 2019-01-20 14:16:52 -08:00
60efc6f130 Rename shell function 2019-01-06 21:22:20 -08:00
5e754ac454 Add check for presence of fd on system 2019-01-06 21:21:08 -08:00
31cbc35a7b Print error to stderr instead of stdout 2019-01-06 21:20:35 -08:00
3616cc3c7a Update fedit and fless functions 2019-01-03 13:50:47 -08:00
2f99658289 Update zsh directory structure 2019-01-03 13:46:05 -08:00
3cdbc7aa67 Move completions dir 2019-01-03 13:36:03 -08:00
16dec73a9d Add fless and fedit scripts along with zsh plugins 2019-01-03 13:29:47 -08:00
e4c9aa5b42 Remove -x option 2018-12-15 21:42:34 -08:00
2b5d8dc7e8 Change shebang 2018-12-15 21:25:42 -08:00
1e62b03ab0 Change shebang, close when curl is not present 2018-12-15 21:24:42 -08:00
9443697295 Change shebang, close when ffmpeg is not present 2018-12-15 21:23:44 -08:00
e81622fb1b Change shebang, do not hard-depend on fd, close when fzf is not present 2018-12-15 21:22:52 -08:00
2604ba81a2 Remove zsh completions for ef 2018-12-10 20:46:26 -08:00
87627084ed Remove ef and fless scripts 2018-12-07 20:59:04 -08:00
2101563ec0 Remove fedit script 2018-12-06 12:10:06 -08:00
b1b77f2574 Revert "Change shebang to /bin/bash"
This reverts commit 94d60a3767.
2018-12-04 07:40:29 -08:00
94d60a3767 Change shebang to /bin/bash 2018-12-03 00:41:22 -08:00
ae1b2801cf Update gitignore 2018-12-03 00:39:49 -08:00
b294da0d27 Renamed edit.sh to fedit.sh to avoid conflicts with vim 2018-11-19 21:48:42 -08:00
4258b46a5d Removed all env shebangs, replaced with their direct executables 2018-11-15 06:49:53 -08:00
fbb77d58c8 Change shebangs to execute python3 explicitly 2018-11-12 23:39:37 -08:00
dc22021648 Added TODO 2018-11-12 19:32:39 -08:00
35f2b732af Reverted to fzf with some minor refactoring 2018-11-09 20:35:41 -08:00