Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Cdhist Alternatives
Similar projects and alternatives to cdhist
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
autojump
A cd command that learns - easily navigate directories from the command line
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
-
-
-
-
automatic-ripping-machine
Automatic Ripping Machine (ARM) Scripts
-
ueberzug
ueberzug is a command line util which allows to display images in combination with X11. The user is expected to have knowledge of theoretical computer science. https://github.com/seebye/ueberzug/wiki/Troubleshooting/119e30f331799b30fb9594db29740685cb09425b
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
cdhist reviews and mentions
-
Have you made a bash script that improved your life in some way? My examples
Consider also cdhist.
-
FZF: make CTRL-T work with directories outside the current one
Again, not answering your question directly but you could consider using cdhist which allows FZF to search over all your previously visited directories.
-
Jmp: you'll never want to cd into a directory again
Another option is cdhist which can work with fzf to fuzzy search over your directory history, rather than immediate directory paths. That is more useful to me.
-
What is a program that you use that's uncommon but essential for you?
I use ranger frequently also, e.g. for navigating around an unfamiliar directory tree to see what dirs and files are there. But cdist automatically keeps track of all directories I cd to and allows me to quickly jump back to any of them. Generally I work in various projects/dirs etc, and then just cd -- to switch between them (or I sometimes use fzf nowadays which can fuzzy search that cdhist history).
My own cdhist which I have used all day every day for the last 20 years and have no idea how the rest of you survive without it ;) It's also in the AUR.
-
Use fzf to fuzzy search and select from previously visited directories on Linux
command only provides fuzzy matching of directories under the current directory but many of us really want to fuzzy match across all the directories we have previously visited. The cdhist utility intercepts your shellcd command to maintain a history of previous directories for easy later selection. cdhist is also trivial to integrate with fzf as described here.
@wixig, can you please raise an issue on github for cdhist support. Not really appropriate here on reddit.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 10 Dec 2023
Stats
The primary programming language of cdhist is Python.