projects
/
picsort
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Return status from keystroke handlers
[picsort]
/
pics-make-inputjs
This page requires JavaScript to run. Use
this page
instead.
0 / 5 ( 0%)
Commit
Line
Data
1
#!/usr/bin/env bash
2
3
cat > picstosort.js <<EOF
4
files = [ $(ls -rt *.NEF *.jpeg | ql | tr \\n , | sed 's/,$//' ) ];
5
EOF