diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-26 01:44:31 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-26 01:44:31 +0300 |
commit | b9f350ee20251746c540ff352e7082e66b9c5ac8 (patch) | |
tree | 7a828b33eec8efa8cde06792ea7c92ba075e254a /modules | |
parent | 00f3e970c39adb28e24a6ac0cdbfffc8bac8ac67 (diff) | |
download | arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.tar.gz arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.tar.bz2 arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.zip |
ak-gpg: new flag --verify-file <file>
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/categories/main.sh | 4 | ||||
-rwxr-xr-x | modules/comments/main.sh | 3 | ||||
-rwxr-xr-x | modules/folders/main.sh | 2 | ||||
-rwxr-xr-x | modules/follow/main.sh | 3 | ||||
-rwxr-xr-x | modules/mixtapes/main.sh | 2 | ||||
-rwxr-xr-x | modules/news/main.sh | 8 | ||||
-rwxr-xr-x | modules/smfiles/main.sh | 4 | ||||
-rwxr-xr-x | modules/todos/main.sh | 4 |
8 files changed, 0 insertions, 30 deletions
diff --git a/modules/categories/main.sh b/modules/categories/main.sh index 089b6d7..f8beb8a 100755 --- a/modules/categories/main.sh +++ b/modules/categories/main.sh @@ -1,13 +1,9 @@ #!/bin/bash ## ## -h, --help Prints this help message" -## ## index Prints an indexed table of your news files" -## ## import <file> #TODO" -## ## add <file> Creates a data file from the news file you point to" -## ## create Vim is going to pop up, you will write and save your" ## newsletter and it's going to be saved" ## diff --git a/modules/comments/main.sh b/modules/comments/main.sh index 925bf90..59fb46f 100755 --- a/modules/comments/main.sh +++ b/modules/comments/main.sh @@ -1,11 +1,8 @@ #!/bin/bash ## ## -h, --help Prints this help message" -## ## index Prints an indexed table of your comments files" -## ## add <file> <refer_to> Creates a data file from the comments file you point to" -## ## create <refer_to> Vim is going to pop up, you will write and save your" ## commentsletter and it's going to be saved" ## diff --git a/modules/folders/main.sh b/modules/folders/main.sh index a87881d..462c5e5 100755 --- a/modules/folders/main.sh +++ b/modules/folders/main.sh @@ -3,8 +3,6 @@ ## ## ## -h, --help Prints this help message -## -## ## add <folder> Try ak-folders add <folder> ## fullprogrampath="$(realpath $0)" diff --git a/modules/follow/main.sh b/modules/follow/main.sh index 75be507..b5097a9 100755 --- a/modules/follow/main.sh +++ b/modules/follow/main.sh @@ -5,11 +5,8 @@ ## Usage: ## ## -h, --help Prints this help message -## ## -f, --follow Adds a ... to your follow list -## ## -l, --list Shows a list of your followings -## ## -u, --unfollow Unfollows a ... ## fullprogrampath="$(realpath $0)" diff --git a/modules/mixtapes/main.sh b/modules/mixtapes/main.sh index 4456009..9748cd3 100755 --- a/modules/mixtapes/main.sh +++ b/modules/mixtapes/main.sh @@ -5,9 +5,7 @@ ## Usage: ## ## -a <artist> <title> <file> Adds a file with tags artist and title -## ## -h , --help -## ## -s , --specs ## # We can extend it by calling the _ak_zblock_pack.sh mixtape/add data ## ORIGINAL LINE diff --git a/modules/news/main.sh b/modules/news/main.sh index d19813c..94860ed 100755 --- a/modules/news/main.sh +++ b/modules/news/main.sh @@ -1,25 +1,17 @@ #!/bin/bash ## ## -h, --help Prints this help message -## ## -l, --local-index Prints an indexed table of your news files -## ## -i, --import <file> TODO -## ## -a, --add <file> Creates a data file from the news file you ## point to -## ## -r, --read <zblock> Reads a zblock as a news data -## ## -r, --read local_latest Reads the latest zblock found on your local ## zchain -## ## -c, --create Vim is going to pop up, you will write and ## save your newsletter and it's going to bei ## saved -## ## -s, --specs Print specs of data block -## ## -x, --html <zblock> Returns an appropriate html element from a ## NEWS zblock ## diff --git a/modules/smfiles/main.sh b/modules/smfiles/main.sh index f7662c3..0a063c9 100755 --- a/modules/smfiles/main.sh +++ b/modules/smfiles/main.sh @@ -2,13 +2,9 @@ ## sm files ## ## -h, --help Prints this help message -## ## --add <file> Adds file to zchain as a zblock -## ## --index List files -## ## --full-index List all files -## ## --ls-map-files List map files ## ZFILESDIR="$AK_WORKDIR/files" diff --git a/modules/todos/main.sh b/modules/todos/main.sh index a9786a1..4b9e580 100755 --- a/modules/todos/main.sh +++ b/modules/todos/main.sh @@ -5,13 +5,9 @@ ## Usage: ## ## -h, --help Prints this help message -## ## index Prints an indexed table of your todos files -## ## import <file> #TODO -## ## add <file> Creates a data file from the todos file you point to -## ## create Vim is going to pop up, you will write and save your ## todosletter and it's going to be saved ## |