Commit Graph

23 Commits

Author SHA1 Message Date
Nathaniel Landau
4a29945de2 feat(app): limit scope of notes with one or more filters (#13)
* style: rename `VaultMetadata.add_metadata` to `VaultMetadata.index_metadata`

* refactor(vault): refactor filtering notes

* fix(application): improve usage display

* fix(application): improve colors of questions

* feat(application): limit the scope of notes to be processed with one or more filters

* build(deps): update identify
2023-02-01 15:00:57 -05:00
Nathaniel Landau
6909738218 docs(readme): add badges 2023-01-30 22:00:47 +00:00
Nathaniel Landau
1977ae362c bump(release): v0.2.0 → v0.3.0 v0.3.0 2023-01-30 18:31:08 +00:00
Nathaniel Landau
c0d37eff3b fix(application): improve ux (#10)
* fix(vault): use table for listing notes in scope

* style: alphabetize methods

* fix(application): subcommand usage text formatting

* fix(questions): improve question style
2023-01-30 13:29:18 -05:00
Nathaniel Landau
48174ebde9 build(deps): bump dependencies 2023-01-30 17:04:13 +00:00
Nathaniel Landau
eeaa1e7576 feat(application): add new metadata to frontmatter (#9)
* feat(frontmatter): frontmatter method to add key, values

* build: add pysnooper to aid in debugging

* feat(application): add new frontmatter

* build: clean up dev container

* fix(notes): diff now pretty prints in a table

* docs(readme): update usage information

* docs(readme): fix markdown lists
2023-01-30 11:06:31 -05:00
Nathaniel Landau
ac0090c6c9 build(ruff): update ruff configuration 2023-01-28 22:08:42 +00:00
Nathaniel Landau
42dd73b038 build(devcontainer): ebuild virtual environment 2023-01-28 22:08:07 +00:00
Nathaniel Landau
bc394e2d77 build(deps): update dependencies 2023-01-25 17:57:24 +00:00
Nathaniel Landau
6867c62dcf bump(release): v0.1.1 → v0.2.0 v0.2.0 2023-01-25 17:26:29 +00:00
Nathaniel Landau
455a2c9e86 refactor(application): refactor questions to separate class (#7)
* refactor(application): refactor questions to separate class
* test(application): add tests for`Application` class
2023-01-25 12:20:59 -05:00
Nathaniel Landau
1e4fbcb4e2 feat(configuration): support multiple vaults in the configuration file (#6)
When multiple vaults are added to the configuration file, the script will prompt 
you to select one at runtime
2023-01-24 10:32:56 -05:00
Nathaniel Landau
5abab2ad20 docs(readme): fix dumb typo 2023-01-23 01:02:26 +00:00
Nathaniel Landau
b0689b48f1 ci: add allowed endpoints to harden-runner 2023-01-23 00:40:22 +00:00
Nathaniel Landau
9131ce128d bump(release): v0.1.0 → v0.1.1 v0.1.1 2023-01-23 00:31:51 +00:00
Nathaniel Landau
b7735760e9 test: add tests for Application class
Need more attention here. Very difficult to test the keyboard interaction with questionary. Going to try using pexpect soon to hopefully add better coverage.
2023-01-23 00:31:08 +00:00
Nathaniel Landau
3fd6866760 fix(notes): diff now prints values in the form [value] 2023-01-22 18:23:50 -05:00
Nathaniel Landau
759fc3434f fix(application): exit after committing changes 2023-01-22 18:23:50 -05:00
Nathaniel Landau
c427a987c1 docs(readme): update install instructions 2023-01-22 18:23:50 -05:00
Nathaniel Landau
9123ee149f ci: harden runner configuration 2023-01-22 17:17:09 +00:00
Nathaniel Landau
6d26a41a36 bump(release): v0.0.0 → v0.1.0 v0.1.0 2023-01-22 17:03:00 +00:00
Nathaniel Landau
b7bcf74926 feat: initial application release 2023-01-22 16:55:46 +00:00
Nathaniel Landau
35717e0760 Initial commit 2022-12-19 13:22:04 -05:00