Name | Explanation or Command |
---|---|
c |
'cursor .' |
o |
'open .' |
p |
'pbcopy' |
m |
'make' |
cdd |
'cd ~/Desktop' |
cdtoday |
'cd $(date "+%Y-%m-%d")' |
todayd |
'mkdir $(date "+%Y-%m-%d")' |
vsc |
'mkdir .vscode && touch .vscode/settings.json' |
workflows |
'mkdir -p .github/workflows && touch .github/workflows/main.yml' |
readme |
'touch README.md' |
makefile |
'touch Makefile' |
stop-all |
'docker stop $(docker ps -q)' |
rm-all |
'docker rm $(docker ps -a -q)' |
rmi-all |
'docker rmi $(docker images -q)' |
pangram |
'echo "The quick brown fox jumps over the lazy dog" | pbcopy' |
now |
'echo -e $(date "+%Y-%m-%d %H:%M:%S") | pbcopy' |
vsc-black |
"cat $DIR/templates/vscode/black.json | pbcopy" |
1m |
'countdown 60 3' |
2m |
'countdown 120 3' |
3m |
'countdown 180 3' |
5m |
'countdown 300 3' |
10m |
'countdown 600 3' |
8080 |
'open http://localhost:8080' |
3000 |
'open http://localhost:3000' |
5173 |
'open http://localhost:5173' |
jdiff() |
Comparing Two JSON Files |
ppng() |
Copying an image to the clipboard |
ccpng() |
Make the code into an image and then copy it to the clipboard. |
snake() |
Snake case a string and copy it to the clipboard |
camel() |
CamelCase a string and copy it to the clipboard |
countdown() |
Countdown for specified time. Ctrl + C to stop. |
stopwatch() |
Stopwatch. Ctrl + C to stop. |
todayf() |
Create a file with today's date. |
cattoday() |
Display the contents of the file with today's date. |
color() |
Display colors in the console. Text color is the opposite of the specified color |
today() |
Display today's date. |
qrgen() |
Generate a QR code and display it in the console. |
f() |
Format the code and display it in the console. |
endpoint() |
Script to create a markdown endpoint summary from a file directly under src/pages/api |
watt() |
Watt conversion |
table() |
HTML table |
gsa() |
Apply the stash of the current branch |
help() |
Display how to use custom aliases |
ddiff() |
The difference in a specific file between the default branch and the current branch |
openpr() |
Open Pull Request |
-
Notifications
You must be signed in to change notification settings - Fork 0
ysnbogt/aliases
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
📝 Aliases
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published