Skip to content

List recent accessed dirs #1035

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

Open
lengyijun opened this issue Apr 6, 2025 · 1 comment
Open

List recent accessed dirs #1035

lengyijun opened this issue Apr 6, 2025 · 1 comment

Comments

@lengyijun
Copy link

lengyijun commented Apr 6, 2025

https://github.com/bulletmark/cdhist

It should be quite easy to make

Related issue: #942

@lengyijun lengyijun changed the title List recent accessed dir List recent accessed dirs Apr 6, 2025
@lengyijun
Copy link
Author

based on #1037

function zz
   cd (zoxide query -l -t --exclude (pwd) | sort -k 1 -n -r | awk '{print $2}' | fzf )
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant