Render 'JSON Resume' sources to ANSI-enriched output for terminal clients (cURL, wget, ...) to consume.
Project description
ancv
Getting you an CV (pronounced as ANSI-v) straight to your terminal.
Be warned though, for this is kinda useless and just for fun:
Getting started
-
Create a resume according to the JSON Resume Schema (see also the schema specification) either:
- manually,
- exporting from LinkedIn using Joshua Tzucker's LinkedIn exporter (repo), or
- exporting from one of the platforms advertised as offering JSON resume integration:
-
Create a gist named
resume.json
with those resume contents. See here for a working example from a JSON Resume co-founder. -
Try it out, using...
-
curl:
curl -L ancv.io/username
-L
is shorthand for--location
, allowing you to follow the redirect fromhttp://ancv.io
through tohttps://ancv.io
. It's shorter than its also perfectly viable alternative:curl https://ancv.io/username
-
wget:
wget -O - --quiet ancv.io/username
where
-O
is short for--output-document
, used here to redirect to stdout. -
PowerShell (5 and 7):
(iwr ancv.io/username).Content
where
iwr
is an alias forInvoke-Webrequest
, returning an object.
-
Concept
(put this as an SVG flowchart, left to right with conceptual sketches)
Skeleton + Theme + Language + ASCII-mode toggle + Resume Data ==> terminal CV
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ancv-0.12.0.tar.gz
.
File metadata
- Download URL: ancv-0.12.0.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7be7884444d5d5ffe8c91e599e323948ecd88e5fe9ee926ca54433bee76840d9
|
|
MD5 |
cdf611cd5f81d3a6a48de292f5aeca8a
|
|
BLAKE2b-256 |
474c5288fb67e28204c0d6e2946ca48ea7b5ce3378e5c86125d025c9c82fe939
|
File details
Details for the file ancv-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: ancv-0.12.0-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
17db62abb74386e4406c96eeedbaf40accd444e797923f870e8711ba69eaa021
|
|
MD5 |
8a711744e779b1ce04bb32d8d19896f1
|
|
BLAKE2b-256 |
9eb02ee0239e738bb61e9da74824ee68f10b6e749dc2442e66216fa1f34933bb
|