1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feat: when command completion delete was executed without entering a completion id, show the list of available completions to select More... 3 months ago
docs: updated changelog More... 3 months ago
docs: updated help entry for completion edit command More... 3 months ago
feat: when command completion edit was executed without entering a completion id, show the list of available completions to select More... 3 months ago
tests: added unit test for getCompletionId procedure More... 3 months ago
refactor: added getCompletionId procedure More... 3 months ago
fix: support for Completion in askForName procedure More... 3 months ago
feat: better message about reading alias from database when editing it More... 3 months ago
feat: added support for getting completions names for askForName procedure More... 3 months ago
refactor: moved Completion type to constants module More... 3 months ago
docs: updated changelog More... 3 months ago
docs: updated help entry for aliases edit command More... 3 months ago
feat: when command alias edit was executed without entering an alias id, show the list of available aliases to select More... 3 months ago
refactor: removed duplicated code More... 3 months ago
docs: updated changelog More... 3 months ago
docs: updated help entry for aliases show command More... 3 months ago
feat: when user execute command alias show without an ID of alias, ask for it More... 3 months ago
feat: when the list of items' names is empty, show information and quit More... 3 months ago
refactor: made getAliasId more generic More... 3 months ago
tests: added unit test for getAliasId procedure More... 3 months ago
refactor: made getAliasId procedure global for tests More... 3 months ago
docs: added code documentation to getAliasId procedure More... 3 months ago
refactor: added pragmas to getAliasId procedure More... 3 months ago
refactor: moved geting alias id to separated procedure More... 3 months ago
refactor: updated contracts for several procedures More... 3 months ago
docs: updated changelog More... 3 months ago
docs: updated help entry for aliases delete command More... 3 months ago
tests: updated unit tests for aliases module More... 3 months ago
tests: updated tests to the new version of aliases module' tests/utils/utils.nim More... 3 months ago
feat: when command alias delete was execute without entering alias id, show the list of available aliases to select More... 3 months ago