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

Switch to gengo #1305

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ce680d5
Switch `tokei` with `gengo` in dependencies
spenserblack Apr 8, 2024
d601ee7
DELETEME Comment out most languages
spenserblack Apr 8, 2024
05c823a
DELETEME Get this to compile for one language
spenserblack Apr 8, 2024
6e9e960
Revert "DELETEME Comment out most languages"
spenserblack Apr 8, 2024
541fb89
Comment-out/rename languages
spenserblack Apr 8, 2024
bb3e92a
Analyze stats
spenserblack Apr 8, 2024
e84787b
Make info labels more accurate
spenserblack Apr 8, 2024
135004f
Make gengo's gix features explicit
spenserblack Apr 11, 2024
ebfe340
Remove LoC/Size stat
spenserblack Apr 30, 2024
9a1a8cd
Bump gengo
spenserblack Apr 30, 2024
7c7c29a
Remove filtering by language type
spenserblack Apr 30, 2024
2c2dc5c
Remove unused helper functions
spenserblack Apr 30, 2024
87ad671
Revert "Remove filtering by language type"
spenserblack May 2, 2024
63f8056
Re-implement `-T` prompt
spenserblack May 2, 2024
cf9a80f
Revert "Make info labels more accurate"
spenserblack May 2, 2024
68f43cd
Remove unused fn
spenserblack May 2, 2024
6bee2c2
Replace references to LoC with size
spenserblack May 2, 2024
a713b3d
Fix conflicts on Cargo manifest
spenserblack May 3, 2024
ae5e3e4
Re-implement `--include-hidden`
spenserblack May 3, 2024
fcb16c8
Re-implement `--exclude`
spenserblack May 3, 2024
9e5a263
`cargo fix`, `cargo fmt`, and manual cleanup
spenserblack May 3, 2024
82da923
Fix OOB error
spenserblack May 3, 2024
7727039
Handle rename from `Sh` to `Shell`
spenserblack May 3, 2024
311e56f
Resolve conflicts
spenserblack May 8, 2024
5af35f7
Merge dependency conflict and update `gengo`
spenserblack May 22, 2024
d280b5f
Uncomment/rename some languages
spenserblack May 22, 2024
6210358
Re-implement Lisp as "Common Lisp"
spenserblack May 22, 2024
4488ed0
Uncomment CMake
spenserblack May 22, 2024
d1dc4fa
Serialize common lisp as `lisp`
spenserblack May 22, 2024
1cd9f94
Update snapshot test
spenserblack May 22, 2024
3941074
Add back Fish (commented out)
spenserblack Jun 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/wiki/Command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ INFO:
-T, --type <TYPE>...
Filters output by language type

[default: programming markup]
[default: programming markup query]
[possible values: programming, markup, prose, data]

TEXT FORMATTING:
Expand Down