k1574
|
6555852663
|
Use media for MEDIA, WHO COULD THINK ABOUT IT?!
|
2022-06-18 08:13:21 +05:00 |
|
k1574
|
f3cbd4d23d
|
ftest: basic implementation.
|
2022-06-18 06:34:32 +05:00 |
|
k1574
|
8db0ba035a
|
wc: basic implementation.
|
2022-06-17 13:28:39 +05:00 |
|
k1574
|
6628b533c3
|
read: basic implementation.
|
2022-06-17 03:53:25 +05:00 |
|
k1574
|
c9b1fbd40e
|
Use gomtool instead hand done tree runner.
|
2022-06-17 03:42:36 +05:00 |
|
k1574
|
c7e44cfabb
|
Fixed from cat to Cat function.
|
2022-03-26 23:48:51 +05:00 |
|
k1574
|
d3a7d7a0a8
|
cat: Cat function is now public.
|
2022-02-20 09:02:39 +05:00 |
|
k1574
|
0395484a13
|
goblin/ls: use the standard usage message.
|
2021-12-06 18:43:14 +05:00 |
|
k1574
|
185833af4c
|
Added escape characters util.
|
2021-11-25 08:14:02 +05:00 |
|
k1574
|
2ce694b77a
|
echo: added delimiter option.
|
2021-10-06 04:15:20 +05:00 |
|
k1574
|
a084344702
|
...
|
2021-08-16 01:31:35 +05:00 |
|
k1574
|
f03faa2c86
|
basename: init.
|
2021-05-18 23:04:49 +05:00 |
|
k1574
|
abcd59b1ea
|
noext: fixed wrong slash definition.
|
2021-05-18 22:54:36 +05:00 |
|
k1574
|
0ea7d29134
|
mergelbl: init.
|
2021-05-09 22:11:39 +05:00 |
|
k1574
|
90eb998001
|
readme: update.
|
2021-05-09 19:09:15 +05:00 |
|
k1574
|
4aeeb5fefa
|
Fixed to use new modules system of Golang.
|
2021-05-09 19:05:14 +05:00 |
|
k1574
|
458f129260
|
noext: init.
|
2021-03-08 04:35:25 +05:00 |
|
k1574
|
9a226b8cd4
|
cat: block size option added.
|
2021-01-28 05:39:37 +05:00 |
|
k1574
|
5ee07e0dd4
|
ls: fixed way of handling hidden but pointed as an argument files.
|
2020-12-31 19:39:03 +05:00 |
|
k1574
|
f7fb263f8b
|
ls: "-a" option added.
|
2020-11-25 06:14:10 +05:00 |
|
k1574
|
647d875555
|
urlprs added.
|
2020-10-19 05:49:32 +05:00 |
|
k1574
|
5b80bca4fb
|
quote: Simple implementation added.
|
2020-06-22 02:45:20 +05:00 |
|
k1574
|
fc36f4db0e
|
|
2020-05-31 10:04:35 +05:00 |
|
k1574
|
698b3f0246
|
Moved to new repo.
|
2020-05-27 10:09:07 +05:00 |
|
jienfak
|
580d70cbe1
|
uniq: -U option is implemented. It is needed for my "profile" file.
|
2020-05-25 04:23:16 +05:00 |
|
jienfak
|
15e21be18c
|
ls: Fixed bug about wrong interpeting root directory.
|
2020-05-06 05:57:54 +05:00 |
|
jienfak
|
194994e813
|
ls: Fixed bug about twice printing finishing directories.
|
2020-05-06 05:36:41 +05:00 |
|
jienfak
|
3ac9732a26
|
ls: Simplified. No "-d" flag. Use "-r 0" when with args and "-r 1" when without.
|
2020-05-05 11:04:29 +05:00 |
|
jienfak
|
48e278bad9
|
date: Simple implementation.
|
2020-05-05 09:52:35 +05:00 |
|
jienfak
|
58bb9ea140
|
yes: "-N" option implemented.
|
2020-05-03 05:59:39 +05:00 |
|
jienfak
|
97a5d794e1
|
readme: Changed.
|
2020-05-01 03:14:23 +05:00 |
|
jienfak
|
12bb16228e
|
ls: now it works properly.
|
2020-04-23 12:41:19 +05:00 |
|
jienfak
|
348ac923be
|
ls: Fixed lack of recursive ls-ing when no argument.
|
2020-04-22 21:44:39 +05:00 |
|
jienfak
|
2526345311
|
Simplified names.
|
2020-04-22 21:35:28 +05:00 |
|
jienfak
|
9269ed51d7
|
ls: -d option implemented.
|
2020-04-02 00:25:52 +05:00 |
|
jienfak
|
54a9f10120
|
input: Standardized input module added.
|
2020-03-23 21:12:50 +05:00 |
|
jienfak
|
722947a2cd
|
yes: Simple implementation added.
|
2020-03-14 03:44:50 +05:00 |
|
jienfak
|
6eba399613
|
ls: Added simple implementation.
|
2020-03-08 05:24:41 +05:00 |
|
jienfak
|
9ee2ce65b4
|
mkdir: Simplified; usage function changed.
cat: usage function changed.
tac: Fixed incorrect "ftac" function realization; usage function changed.
|
2020-03-07 16:14:40 +05:00 |
|
jienfak
|
4e41cf7aa6
|
"tac" and "cat" commands now can return 1 status if sometthing is wrong.
|
2020-03-07 15:22:45 +05:00 |
|
jienfak
|
0924a0dfbe
|
Art is added.
|
2020-03-07 14:57:13 +05:00 |
|
jienfak
|
65f21f8057
|
tac: Simplified version implemented.
cat: Simplified "Run" function initialization.
|
2020-02-27 08:37:41 +05:00 |
|
jienfak
|
010d8f8f4e
|
Added simplified "sort" commabe implementation.
|
2020-02-26 20:04:11 +05:00 |
|
jienfak
|
62a40b80e9
|
Changed main source file name.
|
2020-02-24 17:26:35 +05:00 |
|
jienfak
|
378ca66cd0
|
echo: "\n" option implemented.
|
2020-01-07 06:22:16 +05:00 |
|
jienfak
|
1aa0c5d75a
|
"echo:Simplified."
|
2020-01-06 12:28:48 +05:00 |
|
jienfak
|
3d0fc73832
|
cat: Code simplified.
|
2020-01-06 12:20:10 +05:00 |
|
jienfak
|
f1fd751b48
|
"true" and "false" commands are implemented.
|
2019-11-08 04:00:23 +05:00 |
|
jienfak
|
023cea5bbe
|
main.go: Fixed printing of non existing util.
|
2019-10-30 05:04:44 +05:00 |
|
jienfak
|
b51810823b
|
main.go: Deleted excess condition.
|
2019-10-30 05:01:12 +05:00 |
|