From 2ec4d89c65072bb5087e6c7c58e9855b27d14261 Mon Sep 17 00:00:00 2001 From: sharpcdf Date: Tue, 19 Jul 2022 21:44:21 -0400 Subject: [PATCH] update todo and .gitignore --- .gitignore | 4 ++-- jitter.nim | 3 ++- src/gitlab.nim | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c1c954..5c5b566 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/bin/jtr -/bin/mug \ No newline at end of file +/bin +/mug.tar.xz \ No newline at end of file diff --git a/jitter.nim b/jitter.nim index 902712a..e33b75a 100644 --- a/jitter.nim +++ b/jitter.nim @@ -6,7 +6,7 @@ import src/sourcehut as sh import src/codeberg as cb import src/log from std/uri import encodeQuery - +#TODO add config file to manage bin & download directory var args: seq[string] var flags: seq[string] const version {.strdefine.} = "undefined" @@ -30,6 +30,7 @@ if (args.len == 1 and args[0] == "help") or args.len == 0: printHelp() quit() +#TODO add upgrade command to get latest jitter version if args.len >= 1: case args[0]: of "install": diff --git a/src/gitlab.nim b/src/gitlab.nim index e69de29..f9ee2d9 100644 --- a/src/gitlab.nim +++ b/src/gitlab.nim @@ -0,0 +1 @@ +#TODO start gitlab, research api \ No newline at end of file