Readit News logoReadit News
laktak commented on How I use my terminal   jyn.dev/how-i-use-my-term... · Posted by u/todsacerdoti
pxc · 2 months ago
If you don't want to write a giant regex like this yourself, there are some ready-made tmux plugins that add things like this to copy-mode.

https://github.com/tmux-plugins/tmux-fpp

https://github.com/tmux-plugins/tmux-copycat

https://github.com/Morantron/tmux-fingers

https://github.com/tmux-plugins/tmux-urlview

Any configuration or plugin that leans on the built-ins is probably going to be faster, so consider that w/r/t tmux-copycat.

I also really like tmux-resurrect, which saves and restores sessions for you; tmux-continuum, which runs those automatically; and the tmux-zen plugin for Oh-My-Fish:

https://github.com/tmux-plugins/tmux-resurrect

https://github.com/tmux-plugins/tmux-continuum

https://github.com/sagebind/tmux-zen/tree/master

It's pretty easy to get a very nice tmux setup going!

laktak · 2 months ago
laktak commented on Show HN: Empty Enter Expander – Type less in the terminal with this tool   github.com/waszabi/empty-... · Posted by u/waszabi
laktak · 4 months ago
I think there are a lot of different takes on this. Mine uses playbooks, if you are interested https://github.com/laktak/tome
laktak commented on fd: A simple, fast and user-friendly alternative to 'find'   github.com/sharkdp/fd... · Posted by u/tosh
enricozb · 5 months ago
I wish fd and rg would align some of their flags. For example, both fd and rg have a --type, but for fd it means file/directory/symlink etc. For rg it means the file MIME type. Another example is that fd has an --extension flag, and rg doesn't.

Since I believe the correlation of usage of these tools is high, I think they could benefit from having similarly named flags.

laktak · 5 months ago
I used sql instead of flags to make it easier to remember - see https://github.com/laktak/zfind

u/laktak

KarmaCake day5926May 3, 2016View Original