Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command to display all stored directories (sorted by frequency) #4

Open
beetleb opened this issue Jul 26, 2023 · 1 comment
Open

Command to display all stored directories (sorted by frequency) #4

beetleb opened this issue Jul 26, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@beetleb
Copy link

beetleb commented Jul 26, 2023

Is there a way to see all the directories in the SQLite DB like one can do with autojump?

I use it in autojump to pass the output to fzf. So in practice, I don't manually do "j ". I have mapped Alt-j to bring up an fzf prompt and I quickly narrow down to the desired directory. Way nicer.

But to do it, I need to get that list of directories.

@anki-code anki-code reopened this Jul 27, 2023
@anki-code
Copy link
Owner

anki-code commented Jul 27, 2023

It's possible by moving the SQL query into the separate function and creating the new alias to list directories e.g. jd. PR is welcome!

@anki-code anki-code added the enhancement New feature or request label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants