Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
update todo and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpcdf committed Jul 20, 2022
1 parent 76757ca commit 2ec4d89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/bin/jtr
/bin/mug
/bin
/mug.tar.xz
3 changes: 2 additions & 1 deletion jitter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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":
Expand Down
1 change: 1 addition & 0 deletions src/gitlab.nim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#TODO start gitlab, research api

0 comments on commit 2ec4d89

Please sign in to comment.