diff options
| author | kaotisk <kaotisk@arching-kaos.org> | 2025-10-05 22:24:48 +0300 |
|---|---|---|
| committer | kaotisk <kaotisk@arching-kaos.org> | 2025-10-05 22:24:48 +0300 |
| commit | aec105078d8a1b64ca75bc3b7cb20c1d2dbbd59d (patch) | |
| tree | 5ef396f8b27e36890877424b89e657351ae2a95f /bin | |
| parent | 2a3c61fbf515ce1ee5cb98b0c84c11b4af58ec8a (diff) | |
| download | arching-kaos-tools-aec105078d8a1b64ca75bc3b7cb20c1d2dbbd59d.tar.gz arching-kaos-tools-aec105078d8a1b64ca75bc3b7cb20c1d2dbbd59d.tar.bz2 arching-kaos-tools-aec105078d8a1b64ca75bc3b7cb20c1d2dbbd59d.zip | |
[ak-fs] --llist flag: Long-like list feature. Prints mod date instead of root hash
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/ak-fs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,7 @@ ## --get, --export <roothash> <output file> Exports a file from the AKFS system ## --cat <roothash> Concatenates from given hash ## --list Lists names and roots available +## --llist Lists names available and their dates ## --net-cat-from-map <maphash> Concatenates from map via the network ## --net-get-from-map <maphash> Downloads from map via the network ## --cfm <maphash> Concatenates from map @@ -53,6 +54,7 @@ then --net-cat-from-map) _ak_fs_net_cat_from_map_hash $2; exit;; --net-get-from-map) _ak_fs_net_get_from_map_hash $2; exit;; --list) _ak_fs_list; exit;; + --llist) _ak_fs_long_list; exit;; --cfm) _ak_fs_cat_from_map_hash $2; exit;; --gfm) _ak_fs_get_from_map_hash $2; exit;; --rhd) _ak_fs_return_hash_dir $2; echo ;exit;; |
