Basic utilities written in Nim
Find a file
2019-04-06 20:45:58 +02:00
.gitignore Clean up & add yes utility 2019-03-07 16:24:29 +01:00
add.nim Make add, sub, mul handle no arguments 2019-03-11 21:12:13 +01:00
cat.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
common.nim Add pwd utility and performance to cat 2019-03-28 12:15:55 +01:00
cp.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
div.nim Add div utility 2019-03-22 11:46:31 +01:00
echo.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
factor.nim Arbitrary precision integers in factor 2019-03-11 19:49:36 +01:00
false.nim Remove unnecessary system imports 2019-04-04 08:24:08 +02:00
head.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
less.nim Add (wip) more and less 2019-04-05 18:01:02 +02:00
LICENSE Add LICENSE 2019-03-07 13:18:08 +00:00
mkdir.nim Add mkdir etc. 2019-03-24 15:45:22 +01:00
more.nim Nicer case statement 2019-04-06 20:45:58 +02:00
mul.nim Fix missing .len 2019-03-11 21:14:55 +01:00
nimbase.nimble Add (wip) more and less 2019-04-05 18:01:02 +02:00
nl.nim Add tac utility 2019-03-29 11:15:36 +01:00
pwd.nim Add pwd utility and performance to cat 2019-03-28 12:15:55 +01:00
rev.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
rm.nim Remove unnecessary system imports 2019-04-04 08:24:08 +02:00
seq.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
shuf.nim Add nl utility etc. 2019-03-28 14:45:43 +01:00
sleep.nim Add rev utility 2019-04-03 21:25:10 +02:00
sub.nim Fix missing .len 2019-03-11 21:14:55 +01:00
tac.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
tail.nim Add tail utility 2019-04-04 20:53:53 +02:00
tee.nim Remove reliance on streams 2019-04-04 21:00:48 +02:00
touch.nim Remove reliance on streams 2019-04-04 21:00:48 +02:00
true.nim Remove unnecessary system imports 2019-04-04 08:24:08 +02:00
wc.nim Improvements and WIP wc 2019-04-04 19:58:49 +02:00
yes.nim Clean up & add yes utility 2019-03-07 16:24:29 +01:00