We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pavus should be simple, here's the features
$ pavus [markdown]
$ pavus
$ pavus init
$ pavus init --template "x" --output "xyz.md" --language "pt-br"
$ pavus templates
$ pavus fill [markdown]
$ pavus doc
$ pavus doc add --section "x"
$ pavus doc remove --section "x"
$ pavus list
$ pavus open
$EDITOR
The idea is to store a pavus.toml in the user's home directory (~).
pavus.toml
~
Dependencies: go-toml, xdg.
$ pavus config
$ pavus config [key] [value]
The text was updated successfully, but these errors were encountered:
Template internationalization would be nice...
Sorry, something went wrong.
kauefraga
No branches or pull requests
Pavus should be simple, here's the features
Markdown preview
$ pavus [markdown]
and$ pavus
with recursive searchTemplates
$ pavus init
or$ pavus init --template "x" --output "xyz.md" --language "pt-br"
- create markdown based in a template (aliases: create, c) [43d946c]$ pavus templates
- list available templates [b73cbf9]$ pavus fill [markdown]
- generate prompts to fill markdown's template gaps$ pavus doc
- modify a markdown document$ pavus doc add --section "x"
- append a template section$ pavus doc remove --section "x"
- pop a template sectionHelpers
$ pavus list
- recursively find and list markdown files (aliases: find, ls)$ pavus open
- open a markdown file with the set$EDITOR
Configuration
The idea is to store a
pavus.toml
in the user's home directory (~
).Dependencies: go-toml, xdg.
$ pavus config
- init config or show where it is (and the values of existing configs)$ pavus config [key] [value]
- set a configAI
The text was updated successfully, but these errors were encountered: