| Crates.io | ferrisume-cli |
| lib.rs | ferrisume-cli |
| version | 0.5.2 |
| created_at | 2024-07-28 17:37:16.663011+00 |
| updated_at | 2026-01-20 17:10:10.078728+00 |
| description | A JSON resume CLI tool |
| homepage | |
| repository | https://github.com/van-sprundel/ferrisume |
| max_upload_size | |
| id | 1318112 |
| size | 453,724 |
A JSON Resume implementation in Rust.
The goal of a JSON resume is to be able have a data-oriented resume, this makes it easy to edit both the data and theme individually. No more fighting Word!
There's an official resume-cli that doesn't get maintained anymore. The alternative is resumed, but I got a bit annoyed at how it was implemented (for example, the init subcommand didn't check if there's a json file already, so I lost my progress).
Another reason was to try out clap and see if I could make a "production ready" CLI tool with it.
You can download the CLI from using binstall:
cargo binstall ferrisume-cli
Usage: ferrisume [COMMAND]
Commands:
init Initialize a resume.json file
themes List all available themes
version Display version information
theme Theme management commands
watch Edit your resume in a live view
export Export locally to .html or .pdf
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
Ferrisume discovers themes from (in order):
./themes in the current directory${XDG_DATA_HOME:-$HOME/.local/share}/ferrisume/themes/usr/share/ferrisume/themes~/Library/Application Support/com.ferrisume.ferrisume/themes%APPDATA%\ferrisume\ferrisume\data\themes<exe-dir>/themesQuick setup on Linux (XDG):
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/ferrisume/themes/<your-theme>"
# Place `config.toml` and `templates/` inside that directory
Verify discovery:
RUST_LOG=info ferrisume themes
Notes:
default is found in the filesystem, the embedded default
is extracted to a temporary directory (you may see a /tmp/.../default path in
the list).ferrisume export -t /path/to/your/theme.