Alias for ls with some defaults related to hyperlinking.
lsShortcut for xdg-open, primarily used to open urls.
echo 'https://example.com | oo 'https://example.comShortcut for xclip -out, primarily used to paste into a pipe.
p | somethingShortcut for xclip -out -selection clipboard, primarily used to paste into a pipe.
pc | somethingShortcut for exiting, usually used in combination with opening something, and closing the temporary terminal
echo 'https://example.com | o && qShortcut to watch for filesystem changes and execute some comamnd.
w mvn testShortcut for xclip -in, primarily used to copy from a previous command.
echo 'this is a test' | yy 'this is a test'Shortcut for xclip -in -selection clipboard, same as y except it puts the input onto your clipboard.
echo 'this is a test' | ycyc 'this is a test'