Dakota Chambers

Results 15 issues of Dakota Chambers

Add [htmlq](https://github.com/mgdm/htmlq) to README.md. This tool allows you to filter and extract bits of text from HTML files using CSS selectors. "Likq jq, but for HTML." Similar to [pup](https://github.com/EricChiang/pup).

* **Device**: * K-Type (Massdrop November 2017) * **Firmware Origin**: * Configurator, flashed ~June 2019. * **OS**: * MacOS 10.14.6 * 2019 13" MBP * **Version**: * ? * **Reproduction...

Currently using `-h/--help` to print out a usage guide prints the flags in a somewhat random order (basically, based on when they were implemented). This should be sorted and potentially...

enhancement :sparkles:
good first issue :+1:

Add `-v/--version` flag to print notekeeper version.

good first issue :+1:
feature request :wrench:

Currently a mix of variable naming schemes: - ENV_VAR style naming from the early days. - camelCase - snake_case Google's [shell style guide](https://google.github.io/styleguide/shellguide.html#naming-conventions) is probably a good place to start.

Add support for [`fd`](https://github.com/sharkdp/fd#installation). `fd` is a faster alternative to `find` - but doesn't share 100% compatibility. Add support for this tool via `noterc` config file.

feature request :wrench:

As more features are added/things are changed, need to add some unit tests to avoid regression bugs.

Maybe with -s | --secret.

feature request :wrench:

`$ note push` or something similar to push notes to a remote git repo. EG -> ``` gitPushDate=$(date +%Y-%m-%d) echo "$gitPushDate" git add ~/notes/* git commit -m 'Automatically adding notes...

feature request :wrench:

Would be great to have the ability to add tags (and maybe more information) via markdown metadata? Similar to how [Jekyll](https://github.com/jekyll/jekyll) or [Notable](https://github.com/notable/notable) do tags. EG: ```md --- tags: feature,...

feature request :wrench: