From aec105078d8a1b64ca75bc3b7cb20c1d2dbbd59d Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 5 Oct 2025 22:24:48 +0300 Subject: [ak-fs] --llist flag: Long-like list feature. Prints mod date instead of root hash --- bin/ak-fs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/ak-fs') diff --git a/bin/ak-fs b/bin/ak-fs index f95a924..a7a0dca 100755 --- a/bin/ak-fs +++ b/bin/ak-fs @@ -27,6 +27,7 @@ ## --get, --export Exports a file from the AKFS system ## --cat Concatenates from given hash ## --list Lists names and roots available +## --llist Lists names available and their dates ## --net-cat-from-map Concatenates from map via the network ## --net-get-from-map Downloads from map via the network ## --cfm 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;; -- cgit v1.2.3