Brian McGee brianmcgee
brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-02-15 14:00:52 +00:00
f4700c4e63 doc: update licence copyright year
brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-02-15 14:00:05 +00:00
cb8565d683 fix: reduce log verbosity
da82b80f29 feat: support --no-cache
d53f98ea05 feat: support --version
d4ab015bc6 chore: remove internal directory
Compare 4 commits »
brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-02-15 10:48:08 +00:00
a99b9513be fix: reduce log verbosity
brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-02-15 10:39:05 +00:00
72bd5960a7 feat: support --no-cache
a8488986a7 feat: support --version
b68ba86996 chore: remove internal directory
0fbae06f19 feat: support reading paths from stdin
Compare 4 commits »
brianmcgee commented on pull request numtide/treefmt#22 2024-02-14 16:58:00 +00:00
Feature parity with treefmt.rs

@zimbatm followed your approach with passing the path to the walker. I updated nix fmt to use the package from the flake and it seems to work. Need to add some tests.

brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-02-14 16:54:15 +00:00
5e4d61d6d6 wip: support reading paths from stdin
4dd4c55ff5 feat: add nix direnv source to .envrc
6225883073 chore: update lock file
cb9564c7ef feat: add -s -w build flags to reduce binary size
Compare 4 commits »
brianmcgee pushed to main at numtide/treefmt 2024-02-14 15:15:45 +00:00
4dd4c55ff5 feat: add nix direnv source to .envrc
brianmcgee pushed to main at numtide/treefmt 2024-02-14 15:13:46 +00:00
6225883073 chore: update lock file
brianmcgee pushed to main at numtide/treefmt 2024-02-14 15:10:32 +00:00
cb9564c7ef feat: add -s -w build flags to reduce binary size
brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-01-15 11:37:38 +00:00
09e81bdd85 wip: support reading paths from stdin
brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-01-15 11:08:40 +00:00
1f55163b93 feat: support reading paths from stdin
brianmcgee pushed to feat/explicit-paths-and-stdin at numtide/treefmt 2024-01-15 11:07:25 +00:00
20b23a5225 feat: support reading paths from stdin
878a4264c6 feat: support explicit list of path arguments
b109358490 feat: create config package (#25)
15db7f459c fix: duplicate processing in ordered formatters (#24)
Compare 4 commits »
brianmcgee commented on pull request numtide/treefmt#22 2024-01-15 11:00:43 +00:00
Feature parity with treefmt.rs

🤔 so walk as usual, but filter any paths which don't match the provided paths? In the case of a regular file it's simple, if a directory is provided then it's a prefix check.

brianmcgee created pull request numtide/treefmt#25 2024-01-12 20:41:08 +00:00
feat: create config package
brianmcgee created branch feat/config-package in numtide/treefmt 2024-01-12 20:40:28 +00:00
brianmcgee pushed to feat/config-package at numtide/treefmt 2024-01-12 20:40:28 +00:00
3cbe494426 feat: create config package
brianmcgee deleted branch feat/miscellaneous from numtide/treefmt 2024-01-12 20:39:53 +00:00
brianmcgee pushed to feat/miscellaneous at numtide/treefmt 2024-01-12 20:26:43 +00:00
3cbe494426 feat: create config package
brianmcgee pushed to feat/miscellaneous at numtide/treefmt 2024-01-12 20:15:02 +00:00
dbf48b7f83 feat: create config package
brianmcgee created branch feat/miscellaneous in numtide/treefmt 2024-01-12 20:12:41 +00:00