This website requires JavaScript.
Explore
Help
Sign in
daylin
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
a74a0e8d0f
dotfiles
/
home
/
private_dot_config
/
zsh
/
functions
/
scratch
7 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
add some new functions
2025-02-11 11:19:38 -06:00
#!/usr/bin/env zsh
##? drop into a directory in ~/scratch/%Y/%U
use python for logic
2025-02-13 11:37:17 -06:00
dir=$(mkscratch "$@")
add some new functions
2025-02-11 11:19:38 -06:00
make scratch even better
2025-02-11 15:11:40 -06:00
pushd $dir
Reference in a new issue
Copy permalink