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 line tricks #43

Closed
fjebaker opened this issue May 29, 2024 · 2 comments
Closed

Command line tricks #43

fjebaker opened this issue May 29, 2024 · 2 comments
Assignees
Labels
meetup-suggestion Suggestion for a meetup scheduled This meetup suggestion has been scheduled for an upcoming meetup.

Comments

@fjebaker
Copy link
Member

Hey kid, you heard of popd and pushd? What about Ctrl-X Ctrl-E? Did you know you can | xargs -P to make that faster? What about the new gang on the block, fd, ripgrep, fzf, zoxide, exa, ugrep? It's a fast moving world and we can move faster.

@fjebaker fjebaker added meetup-suggestion Suggestion for a meetup scheduled This meetup suggestion has been scheduled for an upcoming meetup. labels May 29, 2024
@fjebaker fjebaker self-assigned this May 29, 2024
@fjebaker
Copy link
Member Author

autoload -z edit-command-line
zle -N edit-command-line
bindkey "^X^E" edit-command-line

@fjebaker
Copy link
Member Author

Link to "slides": https://cosroe.com/2024/05/command-line-tricks.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meetup-suggestion Suggestion for a meetup scheduled This meetup suggestion has been scheduled for an upcoming meetup.
Projects
None yet
Development

No branches or pull requests

1 participant