zimfw/modules
Eric Nielsen 2e3ba7996b
[archive] Allow archives in any directory
Current code will create an archive in the current directory with:

    % archive ../test.tar.gz test.*

or will complain that the following archive doesn't exist in the current
directory (given it actually exists in the parent one):

    % unarchive ../test.tar.gz

Fix that and allow archives in any directory.

Other changes:

* Use `<required_param>` instead of `[required_param]` in the usage text
* Don't explictly check if archive exists in `unarchive`, but let the
  respective tool fail with its own message

Closes #312
2018-11-24 22:45:08 -05:00
..
archive [archive] Allow archives in any directory 2018-11-24 22:45:08 -05:00
autosuggestions [autosuggestions] Update submodule to version v0.4.3 2018-09-28 13:17:33 -05:00
completion [pacman] Remove dependency from completion module 2018-10-01 08:17:22 -05:00
custom Allow arbitrary ZIM location with ZIM_HOME 2017-09-04 17:25:01 -05:00
debug Allow arbitrary ZIM location with ZIM_HOME 2017-09-04 17:25:01 -05:00
directory [directory] Update README.md 2018-05-16 14:21:37 -05:00
environment [environment] Use setopt NO_FOO instead of unsetopt FOO 2018-05-18 13:54:48 -05:00
fasd remove broken quote in fasd function 2017-05-30 06:30:30 -07:00
git [git] Make gpf alias safer 2018-11-20 18:45:03 -05:00
git-info [git-info] Simplify functions 2018-10-02 20:02:06 -05:00
history use consistent variable style 2015-12-19 09:48:29 -05:00
history-substring-search [history-substring-search] Fix bindkey back to what works 2018-09-17 15:32:44 -05:00
input [input] Put necessary double quotes back 2018-11-21 17:54:24 -05:00
pacman Don't need to use `array[@]` ouside double quotes 2018-11-19 19:43:21 -05:00
prompt [prompt] steeef: Fix git-info stashed zstyle 2018-10-10 18:24:45 -05:00
ssh [ssh] Update init.zsh 2018-09-17 15:38:48 -05:00
syntax-highlighting Update to new repo URL 2018-01-03 10:30:12 -05:00
utility [utility] Use CLICOLOR for coloured output in BSD 2018-11-19 17:13:45 -05:00