Commit Graph

14 Commits

Author SHA1 Message Date
Talia a68c62e75f Rename highlight to hi 2019-11-25 23:10:31 +01:00
Talia 7016b00c1e Add vimscratch script 2019-09-18 14:59:58 +02:00
Talia 4fef56cdb8 Update scratch to allow running scripts
When passing any arguments to scratch, they will be executed as a
command in the temporary directory
2019-09-18 14:47:50 +02:00
Talia fee1f0601a Fix scratch bash script 2019-09-18 14:31:20 +02:00
Talia 8944c52336 Add highlight script 2019-09-12 16:19:40 +02:00
Talia 9d686e9a45 Change scratch to create directories on ramdisk 2019-09-12 14:31:27 +02:00
Talia c75987d44c Add countdown script 2019-08-02 10:59:50 +02:00
Talia ee8889df32 Add count script
Counts from 1 to given Lua expression
2019-07-24 11:00:55 +02:00
Talia 6b3f339593 Add take script
Reads N arguments from stdin and prints them
2019-07-24 10:50:34 +02:00
Talia 37884e03ac Add 1, 2 and 3 scripts 2019-07-24 10:41:49 +02:00
Talia e0cb29460d Add lines script
Prints each commandline parameter on a separate line
2019-07-24 10:34:36 +02:00
Talia ee011355f2 Add LuaJIT converter scripts between JSON and YAML 2019-07-12 10:23:11 +02:00
Talia 7824cbd7d1 Improve scratch script
It now execs bash, so the process chain doesn't get needlessly long with
nested calls to the script.
2018-11-29 08:54:00 +01:00
Talia 6a8d978bfd Add scratch script
This script creates a new temporary folder and starts a bash shell in
it. After the shell exits, the directory is deleted.
2018-11-06 14:36:31 +01:00