z
z copied to clipboard
z - jump around
_Z_EXCLUDE_DIRS appears to exclude a single path. I'd like to exclude, say, all of /netmounts
Recently, I stared receiving awk errors: ```awk: cmd. line:49: (FILENAME=- FNR=11) warning: Invalid multibyte data detected. There may be a mismatch between your data and your locale.``` It seems this...
see: https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html This is backwards compatible with the old `_Z_DATA` env-var but enhances the user experiences with the XDG-specification. closes #267
brew install z didnt work for me so here is @wesbos' instructions https://www.youtube.com/watch?v=qbNn5zJLZU0 these should prob be included in the readme..
Hi, as I can see, you carefully fill tags and labels for issues in your repo. For such cases I create a [github_changelog_generator](https://github.com/skywinder/github-changelog-generator), that generate change log file based on...
`z` requires a version of `awk` that has the `-v` option. Solaris 11 uses by default an antiquated version of `awk` that does not have that option. Its `nawk` does...
Currently the help message is (IMHO) useless ``` $ z -h z [-chlrtx] args ``` Unless you've already read the README, you cannot understand what the options are for. Granted,...
and add parameters to force case insensitive (`-i`) or case sensitive (`-s`) matching. Also rename `t` variable in main awk script to `now`, as used in the `--add` awk script,...
It was skipping the first item with `z -c dev` from pwd `/Users/thadk/gitrepos/amp` 126 /Users/thadk/gitrepos/amp/TEMPLATE/x/xx/dev 3076 /Users/thadk/gitrepos/amp211/TEMPLATE/x/xx/dev
Rupa, I just found z today - it's awesome, thank you. At first install I was eager to get most of my `~/` indexed, but didn't want to do all...