Skip to content

EricLemieux/shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Shortcuts

ls | ls

Alias for ls with some defaults related to hyperlinking.

ls

o | Open

Shortcut for xdg-open, primarily used to open urls.

echo 'https://example.com | o
o 'https://example.com

p | Paste

Shortcut for xclip -out, primarily used to paste into a pipe.

p | something

pc | Paste Clipboard

Shortcut for xclip -out -selection clipboard, primarily used to paste into a pipe.

pc | something

q | Quit

Shortcut for exiting, usually used in combination with opening something, and closing the temporary terminal

echo 'https://example.com | o && q

w | Watch for changes

Shortcut to watch for filesystem changes and execute some comamnd.

w mvn test

y | Yank

Shortcut for xclip -in, primarily used to copy from a previous command.

echo 'this is a test' | y
y 'this is a test'

yc | Yank Clipboard

Shortcut for xclip -in -selection clipboard, same as y except it puts the input onto your clipboard.

echo 'this is a test' | yc
yc 'this is a test'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages