Untitled topic
21–30 of 43 posts
rustc
Re: undefined
#22screen
Is there any advantage of screen over tmux? I've kind of switched, I don't see a reason to go back.
Re: undefined
#23Everything/es.exe for searching every file on disk, its nice for AI agents to use
Re: undefined
#24https://github.com/rupa/z (z - jump around)
Re: undefined
#25ssh and scp just never fails to impress -J for jumping -L for port forwarding -X for pulling remote applications to view on my laptop (waypipe for Wayland) Adding all those, and ips and whatnot to .ssh/config so I just type: ssh foo
setup LocalCommand, in ~/.ssh/config, so your config files get copied to every server you connect to, so you have all your aliases and scripts.
I’m not saying yours does, but be careful with LocalCommand, it will often break rsync and other tools that use ssh behind the scenes.
Re: undefined
#26[dead]
Re: undefined
#27Everything/es.exe for searching every file on disk, its nice for AI agents to use
This is https://github.com/voidtools/ES
(a "locate" replacement for windows-computers)
Re: undefined
#28Re: undefined
#29leaf (Terminal Markdown previewer)
Re: undefined
#30GitHub CLI -- I'm using it every day and just about anything I'd want to do on GitHub, I can do straight from the command line