Skip to content
New issue

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

(exa PR) 1149: Created colors explanation file based on ogham's text #26

Merged
merged 5 commits into from
Aug 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: add color explanations
Signed-off-by: Christina Sørensen <[email protected]>
cafkafk committed Aug 4, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
cafkafk Christina Sørensen
commit c6867a048b5d66de1c46ab3a1f52370ab4a27c76
5 changes: 5 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ all-release: build-release test-release
mkdir -p "${CARGO_TARGET_DIR:-target}/man"
pandoc --standalone -f markdown -t man man/eza.1.md > "${CARGO_TARGET_DIR:-target}/man/eza.1"
pandoc --standalone -f markdown -t man man/eza_colors.5.md > "${CARGO_TARGET_DIR:-target}/man/eza_colors.5"
pandoc --standalone -f markdown -t man man/eza_colors-explanation.5.md > "${CARGO_TARGET_DIR:-target}/man/eza_colors-explanation.5"

# build and preview the main man page (eza.1)
@man-1-preview: man
@@ -108,3 +109,7 @@ all-release: build-release test-release
# build and preview the colour configuration man page (eza_colors.5)
@man-5-preview: man
man "${CARGO_TARGET_DIR:-target}/man/eza_colors.5"

# build and preview the colour configuration man page (eza_colors.5)
@man-5-explanations-preview: man
man "${CARGO_TARGET_DIR:-target}/man/eza_colors-explanation.5"
2 changes: 1 addition & 1 deletion man/eza.1.md
Original file line number Diff line number Diff line change
@@ -273,4 +273,4 @@ SEE ALSO
========

- [eza_colors.5.md](eza_colors.5.md)
- [eza-colors-explanation.md](eza-colors-explanation.md)
- [eza_colors-explanation.5.md](eza_colors-explanation.5.md)
Original file line number Diff line number Diff line change
@@ -37,5 +37,5 @@ in the same directory as one of its source files: styles.css will count as compi

## See also

- [exa.1.md](exa.1.md)
- [exa_colors.5.md](exa_colors.5.md)
- [eza.1.md](eza.1.md)
- [eza_colors.5.md](eza_colors.5.md)
2 changes: 1 addition & 1 deletion man/eza_colors.5.md
Original file line number Diff line number Diff line change
@@ -281,4 +281,4 @@ SEE ALSO
========

- [eza.1.md](eza.1.md)
- [eza-colors-explanation.md](eza-colors-explanation.md)
- [eza_colors-explanation.5.md](eza_colors-explanation.5.md)