Create your self-signed SSL certificate instantly and for free
Use DuckDuckGo for !bangs and Google for everything else
My defunct startup, now open-sourced. Please feel free to make your fortune with it :)
Programming 4 Everybody (Python)
Roots is a starting WordPress theme made for developers based on HTML5 Boilerplate & Bootstrap from Twitter.
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
Your Amazon price comparison site
A reddit bot that filters the frontpage of /r/bestof into separate default-subreddit and nondefault-subreddit subreddits.
Adds Sub-Modals to Bootstrap's Modals
Wordpress plugin that adds Persona authentication
issue commentrupa/z
Homebrew downloads the file for you, but you still need to add . /usr/local/etc/profile.d/z.sh to your .zshrc
comment created time in 3 days
issue closedrupa/z
Maybe ignore `temp` folders in rank by default?
I need to work with temporary folders all my day, and i recently used z to better performance, but ...
All of my folders created with mktemp -d it's in rank, but when i reboot my computer, this folder is inexistent and when i press z automatically the search send me to that folder (inexistent) and linux throw an error of cd saying that directory not exists anymore ...
I fix all day using z -c but i lost the rank of my another folders and i like to do this likely smart, so creating a config file with a regex of name folders to ignore, or something like that.
Thank for reading this issue, and sorry for my bad english!
closed time in 5 days
geovanipfrancaissue commentrupa/z
Ah I didn't see that you installed it via homebrew. I've always installed it by cloning it and then specifying it in my .zshrc file. Try that it might help.
comment created time in 6 days
issue commentrupa/z
What is your .zshrc file look like?
Its typically in the following path:
~/.zshrc
If it doesn't have
source ./path/to/z/z.sh in it then the command will not be loaded into your shell.
comment created time in 6 days
issue commentrupa/z
Go directly to exact match instead of subdirectory
The Readme even says the following, which I would assume means that it should match the shortest /home/user/Downloads/ in your example.
Common:
When multiple directories match all queries, and they all have a common
prefix, z will cd to the shortest matching directory, without regard to
priority. This has been in effect, if undocumented, for quite some
time, but should probably be configurable or reconsidered.
comment created time in 9 days
startedjoshbuchea/HEAD
started time in 10 days
startedcloudflare/pint
started time in 11 days
fork jamesjefferies/chatterbot
A straightforward ruby-based Twitter Bot Framework, using OAuth to authenticate.
fork in 12 days
issue commentrupa/z
Maybe ignore `temp` folders in rank or verify in `z` if directory exists?
Sorry about that issue, i read better the README and see in file that exists $_Z_EXCLUDE_DIRS to exclude dirs from indexing, so i will keep open to, really need to store temp folders by default?
comment created time in 14 days
issue openedrupa/z
Maybe ignore `temp` folders in rank or verify in `z` if directory exists?
I need to work with temporary folders all my day, and i recently used z to better performance, but ...
All of my folders created with mktemp -d it's in rank, but when i reboot my computer, this folder is inexistent and when i press z automatically the search send me to that folder (inexistent) and linux throw an error of cd saying that directory not exists anymore ...
I fix all day using z -c but i lost the rank of my another folders and i like to do this likely smart, so using an arg --ignore send a regex of name folders, or something like that.
Thank for reading this issue, and sorry for my bad english!
created time in 14 days
issue openedrupa/z
I installed it via Homebrew on an M1 machine. When I type " z folderiwanttogetto " it just says "zsh: command not found: z" Am I doing something wrong? Help!
created time in 19 days
release Foundry376/Mailspring
mailspring-1.9.1-0.1.x86_64.rpm 0.12GB
mailspring-1.9.1-amd64.deb 83.72MB
Mailspring-1.9.1-full.nupkg 0.13GB
Mailspring.dmg 0.10GB
Mailspring.zip 0.10GB
MailspringSetup.exe 0.13GB
RELEASES 81B
released time in 22 days
issue commentrupa/z
Go directly to exact match instead of subdirectory
I guess I have the same issue:
/git/tepe $ cd ../tep /git/tep $ cd ../tepe /git/tepe $ z tep /git/tepe $
Isn't this the whole point of the program?
comment created time in a month
issue commentrupa/z
Go directly to exact match instead of subdirectory
🔥 Very useful improvement on directory matching logic. I have the same problem and it's better a flag indicates if users need to match the exact directory if matched in the ranked list.
comment created time in a month
issue commentrupa/z
Go directly to exact match instead of subdirectory
Yes, that would be helpful
comment created time in a month
issue commentrupa/z
I have this in my bashrc so I can use z with pushd, but without pushing everything into my dir stack.
function pushz() {
pushd $(z -e $@)
}
comment created time in 2 months
issue openedrupa/z
Go directly to exact match instead of subdirectory
I find the following to not work as I would expect:
z pics1 /home/user/Downloads/pics/pics1
z Downloads /home/user/Downloads/pics/pics1
In the second command I intended to go to the Downloads directory. I personally think it should have gone to Downloads since it's specifically using that name directly, instead of going to a subdirectory.
created time in 2 months
startedasticode/go-astideepspeech
started time in 3 months
issue commentrupa/z
PROMPT_COMMAND="myfunction;$PROMPT_COMMAND"
comment created time in 3 months
pull request commentrupa/z
Fix no such file or directory error
Happened with a fresh install on macOS with me too
comment created time in 3 months