tool recommendation: johnny decimal
· 1min · tools
Johnny Decimal
Using Johnny Decimal has changed the way I organize everything.
Pros
- Knowing where things are becomes second nature
- You can use it for both work and personal
- It’s not overly complex
Cons
- Moving things around can be a chore
- Automatic file writing to the Documents folder has caused me some issues (video game saves)
Adding this to your .bashrc
will help when using the command line.
cdj() {
# Update with your document root folder
pushd ~/Documents/*/*/${1}*
}
export cdj
Reprinted from here.