Settings

Theme

Show HN: Directory Tags for Lazy Programmers

github.com

8 points by joowani 9 years ago · 3 comments

Reader

circular_logic 9 years ago

Looks sweet will use. Some however might be happy with using existing command "pushd" to save there current working directory that is in almost every shell ever including dos! This does have more feachures but sometimes you have enough to work with the defaults (i.e. other people machines) too.

deft 9 years ago

This is interesting! Reminds me of something I made for an operating systems course.

Mine was called ctags and allowed you to tag processes. First it was implemented as a lkm, then was reimplemented inside the kernel as an additional field in the process struct (forget what its called).

stephenr 9 years ago

For macos I feel like https://github.com/jdberry/tag is probably a better solution.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection