Compare commits
6 Commits
4.25.1
...
e955cd5b24
Author | SHA1 | Date | |
---|---|---|---|
e955cd5b24 | |||
4176dfea3a | |||
587e3c4509 | |||
f6a97c384a | |||
0c3d73dc2b | |||
9a0bf35882 |
2
.mise.toml
Normal file
2
.mise.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[tools]
|
||||||
|
nim = "2.2.0"
|
174
nimble.lock
174
nimble.lock
@ -1,174 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"packages": {
|
|
||||||
"asynctools": {
|
|
||||||
"version": "0.1.1",
|
|
||||||
"vcsRevision": "0e6bdc3ed5bae8c7cc9e03cfbf66b7c882a908a7",
|
|
||||||
"url": "https://github.com/cheatfate/asynctools",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "54314dceabb06b20908ecb0f2c007e9ff3aaa054"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"isaac": {
|
|
||||||
"version": "0.1.3",
|
|
||||||
"vcsRevision": "45a5cbbd54ff59ba3ed94242620c818b9aad1b5b",
|
|
||||||
"url": "https://github.com/pragmagic/isaac/",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "05c3583a954715d84b0bf1be97f9a503249e9cdf"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"uuids": {
|
|
||||||
"version": "0.1.11",
|
|
||||||
"vcsRevision": "8cb8720b567c6bcb261bd1c0f7491bdb5209ad06",
|
|
||||||
"url": "https://github.com/pragmagic/uuids/",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [
|
|
||||||
"isaac"
|
|
||||||
],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "393f5fcefbc8ad3cf167e59760144208ff8f9f76"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"unicodedb": {
|
|
||||||
"version": "0.11.2",
|
|
||||||
"vcsRevision": "c70f8bc8c7373265670e0575bc5eda36fe3761b0",
|
|
||||||
"url": "https://github.com/nitely/nim-unicodedb",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "612c5955f91bd90a263ce914d1d5de74a33af3c6"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"regex": {
|
|
||||||
"version": "0.20.1",
|
|
||||||
"vcsRevision": "66f144f935cc73977c61185fab15a3147bf117ff",
|
|
||||||
"url": "https://github.com/nitely/nim-regex",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [
|
|
||||||
"unicodedb"
|
|
||||||
],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "ea9b6600443e73b1ea89a477c7a5d1fce742c9da"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"docopt": {
|
|
||||||
"version": "0.7.0",
|
|
||||||
"vcsRevision": "17803d1205f9e752cce03a66b0a29b710520398e",
|
|
||||||
"url": "https://github.com/docopt/docopt.nim",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [
|
|
||||||
"regex"
|
|
||||||
],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "21150284640b882fa91147181c52da3e5bb44df8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filetype": {
|
|
||||||
"version": "0.9.0",
|
|
||||||
"vcsRevision": "1fe1e7d988cd802abc26505efb5a91891bd6f53e",
|
|
||||||
"url": "https://github.com/jiro4989/filetype",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "d2242b94eeb0f6d3810a8c71af4664f28853e1be"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"zero_functional": {
|
|
||||||
"version": "1.3.0",
|
|
||||||
"vcsRevision": "edf3b7f59119f75706da435c2b7f080a0cf4960c",
|
|
||||||
"url": "https://github.com/zero-functional/zero-functional",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "2dc01ca0925ac1c2dcb46a0c6d9c93c57a9cddec"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"update_nim_package_version": {
|
|
||||||
"version": "0.2.0",
|
|
||||||
"vcsRevision": "5a78579fd7f88014263aed38c60327c85f6f8bcf",
|
|
||||||
"url": "https://git.jdb-software.com/jdb/update-nim-package-version",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "37052b7ce30d5493ef24253a82a6087350b4eabb"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"data_uri": {
|
|
||||||
"version": "1.0.2",
|
|
||||||
"vcsRevision": "f43ac66e44c37edd3cc7282d75d6fa2fa031b2ec",
|
|
||||||
"url": "",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [
|
|
||||||
"docopt",
|
|
||||||
"filetype",
|
|
||||||
"zero_functional",
|
|
||||||
"update_nim_package_version"
|
|
||||||
],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "949c11ffab4e85ff538b0bd3e5bb193f118b56d7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"timeutils": {
|
|
||||||
"version": "0.5.4",
|
|
||||||
"vcsRevision": "a9308cbaf3c89496b5832ddd18404dc0debe66a2",
|
|
||||||
"url": "https://git.jdb-software.com/jdb/nim-time-utils.git",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "9ecd1020f5644bc59acb2f44ca9d30f4c7f066d3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cliutils": {
|
|
||||||
"version": "0.8.0",
|
|
||||||
"vcsRevision": "b1cc4fbe51d5e617789363efe716793ebe5bc5f1",
|
|
||||||
"url": "https://git.jdb-software.com/jdb/nim-cli-utils",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [
|
|
||||||
"docopt"
|
|
||||||
],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "5b114094c314007fa6f15e62852d62a58a3cbb62"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"langutils": {
|
|
||||||
"version": "0.4.0",
|
|
||||||
"vcsRevision": "8122660da3fc78132b823e76c9e990fd92802b0e",
|
|
||||||
"url": "https://git.jdb-software.com/jdb/nim-lang-utils.git",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "2da09deb0e0bfc186000f0d941d06dd974bf6e58"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"httpbeast": {
|
|
||||||
"version": "0.4.1",
|
|
||||||
"vcsRevision": "abc13d11c210b614960fe8760e581d44cfb2e3e9",
|
|
||||||
"url": "https://github.com/dom96/httpbeast",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [
|
|
||||||
"asynctools"
|
|
||||||
],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "b23e57a401057dcb9b7fae1fb8279a6a2ce1d0b8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"jester": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"vcsRevision": "a21b36a02b7745d6cdcda32d4ab3fba328cda17a",
|
|
||||||
"url": "https://github.com/dom96/jester/",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [
|
|
||||||
"httpbeast",
|
|
||||||
"asynctools"
|
|
||||||
],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "a192ca25bfc05d5de5c9a5fafca3b0cee47d82d2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tasks": {}
|
|
||||||
}
|
|
14
pit.nimble
14
pit.nimble
@ -1,30 +1,30 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "4.25.1"
|
version = "4.27.0"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Personal issue tracker."
|
description = "Personal issue tracker."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
installExt = @["nim"]
|
installExt = @["nim"]
|
||||||
bin = @["pit", "pit_api"]
|
bin = @["pit"]
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires @[
|
requires @[
|
||||||
"nim >= 1.4.0",
|
"nim >= 1.4.0",
|
||||||
"docopt >= 0.6.8",
|
"docopt >= 0.7.1",
|
||||||
"jester >= 0.5.0",
|
"jester >= 0.6.0",
|
||||||
"uuids >= 0.1.10",
|
"uuids >= 0.1.10",
|
||||||
"zero_functional"
|
"zero_functional"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Dependencies from git.jdb-software.com/nim-jdb/packages
|
# Dependencies from git.jdb-software.com/jdb/nim-packages
|
||||||
requires @[
|
requires @[
|
||||||
"cliutils >= 0.8.1",
|
"cliutils >= 0.9.1",
|
||||||
"langutils >= 0.4.0",
|
"langutils >= 0.4.0",
|
||||||
"timeutils >= 0.5.4",
|
"timeutils >= 0.5.4",
|
||||||
"data_uri > 1.0.0",
|
"data_uri > 1.0.0",
|
||||||
"https://git.jdb-software.com/jdb/update-nim-package-version >= 0.2.0"
|
"update_nim_package_version >= 0.2.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
task updateVersion, "Update the version of this package.":
|
task updateVersion, "Update the version of this package.":
|
||||||
|
38
src/pit.nim
38
src/pit.nim
@ -253,7 +253,8 @@ proc list(
|
|||||||
ctx: CliContext,
|
ctx: CliContext,
|
||||||
filter: Option[IssueFilter],
|
filter: Option[IssueFilter],
|
||||||
states: Option[seq[IssueState]],
|
states: Option[seq[IssueState]],
|
||||||
showToday, showFuture,
|
showToday = false,
|
||||||
|
showFuture = false,
|
||||||
showHidden = false,
|
showHidden = false,
|
||||||
verbose: bool) =
|
verbose: bool) =
|
||||||
|
|
||||||
@ -427,6 +428,11 @@ when isMainModule:
|
|||||||
elif args["edit"]:
|
elif args["edit"]:
|
||||||
for editRef in @(args["<ref>"]):
|
for editRef in @(args["<ref>"]):
|
||||||
|
|
||||||
|
let propsOption =
|
||||||
|
if args["--properties"]:
|
||||||
|
some(parsePropertiesOption($args["--properties"]))
|
||||||
|
else: none(TableRef[string, string])
|
||||||
|
|
||||||
var stateOption = none(IssueState)
|
var stateOption = none(IssueState)
|
||||||
|
|
||||||
try: stateOption = some(parseEnum[IssueState](editRef))
|
try: stateOption = some(parseEnum[IssueState](editRef))
|
||||||
@ -435,9 +441,18 @@ when isMainModule:
|
|||||||
if stateOption.isSome:
|
if stateOption.isSome:
|
||||||
let state = stateOption.get
|
let state = stateOption.get
|
||||||
ctx.loadIssues(state)
|
ctx.loadIssues(state)
|
||||||
for issue in ctx.issues[state]: edit(issue)
|
for issue in ctx.issues[state]:
|
||||||
|
if propsOption.isSome:
|
||||||
|
for k,v in propsOption.get:
|
||||||
|
issue[k] = v
|
||||||
|
edit(issue)
|
||||||
|
|
||||||
else: edit(ctx.cfg.tasksDir.loadIssueById(editRef))
|
else:
|
||||||
|
let issue = ctx.cfg.tasksDir.loadIssueById(editRef)
|
||||||
|
if propertiesOption.isSome:
|
||||||
|
for k,v in propertiesOption.get:
|
||||||
|
issue[k] = v
|
||||||
|
edit(issue)
|
||||||
|
|
||||||
elif args["tag"]:
|
elif args["tag"]:
|
||||||
if tagsOption.isNone: raise newException(Exception, "no tags given")
|
if tagsOption.isNone: raise newException(Exception, "no tags given")
|
||||||
@ -578,10 +593,12 @@ when isMainModule:
|
|||||||
filter.exclProperties.del("context")
|
filter.exclProperties.del("context")
|
||||||
|
|
||||||
var listContexts = false
|
var listContexts = false
|
||||||
|
var listTags = false
|
||||||
var statesOption = none(seq[IssueState])
|
var statesOption = none(seq[IssueState])
|
||||||
var issueIdsOption = none(seq[string])
|
var issueIdsOption = none(seq[string])
|
||||||
|
|
||||||
if args["contexts"]: listContexts = true
|
if args["contexts"]: listContexts = true
|
||||||
|
elif args["tags"]: listTags = true
|
||||||
elif args["<stateOrId>"]:
|
elif args["<stateOrId>"]:
|
||||||
try:
|
try:
|
||||||
statesOption =
|
statesOption =
|
||||||
@ -607,6 +624,21 @@ when isMainModule:
|
|||||||
for c in uniqContexts.sorted:
|
for c in uniqContexts.sorted:
|
||||||
stdout.writeLine(c.alignLeft(maxLen+2) & ctx.getIssueContextDisplayName(c))
|
stdout.writeLine(c.alignLeft(maxLen+2) & ctx.getIssueContextDisplayName(c))
|
||||||
|
|
||||||
|
elif listTags:
|
||||||
|
var uniqTags = newseq[string]()
|
||||||
|
if statesOption.isSome:
|
||||||
|
for state in statesOption.get: ctx.loadIssues(state)
|
||||||
|
else: ctx.loadAllIssues()
|
||||||
|
|
||||||
|
if filterOption.isSome: ctx.filterIssues(filterOption.get)
|
||||||
|
|
||||||
|
for state, issueList in ctx.issues:
|
||||||
|
for issue in issueList:
|
||||||
|
for tag in issue.tags:
|
||||||
|
if not uniqTags.contains(tag): uniqTags.add(tag)
|
||||||
|
|
||||||
|
stdout.writeLine(uniqTags.sorted.join("\n"))
|
||||||
|
|
||||||
# List a specific issue
|
# List a specific issue
|
||||||
elif issueIdsOption.isSome:
|
elif issueIdsOption.isSome:
|
||||||
for issueId in issueIdsOption.get:
|
for issueId in issueIdsOption.get:
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
## Personal Issue Tracker API Interface
|
## Personal Issue Tracker API Interface
|
||||||
## ====================================
|
## ====================================
|
||||||
|
#
|
||||||
|
# **NOTE** This is currently not being built as it no longer works under Nim
|
||||||
|
# 2.x due to the inability to call system calls (invoke pit via cli) in a
|
||||||
|
# gc-safe manner. It should be rewritten to use the functionality exposed by
|
||||||
|
# libpit directly rather than calling the pit cli executable. Unfortunately
|
||||||
|
# this would require a non-trivial rewrite.
|
||||||
|
|
||||||
import asyncdispatch, cliutils, docopt, jester, json, logging, options, sequtils, strutils
|
import asyncdispatch, cliutils, docopt, jester, json, logging, options, sequtils, strutils
|
||||||
import nre except toSeq
|
import nre except toSeq
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
const PIT_VERSION* = "4.25.1"
|
const PIT_VERSION* = "4.27.0"
|
||||||
|
|
||||||
const USAGE* = """Usage:
|
const USAGE* = """Usage:
|
||||||
pit ( new | add) <summary> [<state>] [options]
|
pit ( new | add) <summary> [<state>] [options]
|
||||||
pit list contexts [options]
|
pit list contexts [options]
|
||||||
|
pit list tags [options]
|
||||||
pit list [<stateOrId>...] [options]
|
pit list [<stateOrId>...] [options]
|
||||||
pit ( start | done | pending | todo-today | todo | suspend ) <id>... [options]
|
pit ( start | done | pending | todo-today | todo | suspend ) <id>... [options]
|
||||||
pit edit <ref>... [options]
|
pit edit <ref>... [options]
|
||||||
|
@ -328,11 +328,16 @@ proc loadAllIssues*(tasksDir: string): TableRef[IssueState, seq[Issue]] =
|
|||||||
for state in IssueState: result[state] = tasksDir.loadIssues(state)
|
for state in IssueState: result[state] = tasksDir.loadIssues(state)
|
||||||
|
|
||||||
proc changeState*(issue: Issue, tasksDir: string, newState: IssueState) =
|
proc changeState*(issue: Issue, tasksDir: string, newState: IssueState) =
|
||||||
|
var dbgInfo = "[$#] changing state: $# → $#" %
|
||||||
|
[ ($issue.id)[0..<6], $issue.state, $newState ]
|
||||||
|
|
||||||
let oldFilepath = issue.filepath
|
let oldFilepath = issue.filepath
|
||||||
if newState == Done: issue.setDateTime("completed", getTime().local)
|
if newState == Done: issue.setDateTime("completed", getTime().local)
|
||||||
tasksDir.store(issue, newState)
|
tasksDir.store(issue, newState)
|
||||||
if oldFilePath != issue.filepath: removeFile(oldFilepath)
|
if oldFilePath != issue.filepath: removeFile(oldFilepath)
|
||||||
|
dbgInfo &= "\n\told path: $#\n\tnew path: $#" % [oldFilePath, issue.filepath]
|
||||||
issue.state = newState
|
issue.state = newState
|
||||||
|
debug dbgInfo
|
||||||
|
|
||||||
proc delete*(issue: Issue) = removeFile(issue.filepath)
|
proc delete*(issue: Issue) = removeFile(issue.filepath)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user