Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

3.1

+2 -2
+1 -1
Cargo.lock
··· 283 283 284 284 [[package]] 285 285 name = "infat-cli" 286 - version = "3.0.3" 286 + version = "3.1.0" 287 287 dependencies = [ 288 288 "clap", 289 289 "clap_complete",
+1 -1
infat-cli/Cargo.toml
··· 1 1 # infat-cli/Cargo.toml 2 2 [package] 3 3 name = "infat-cli" 4 - version = "3.0.3" 4 + version = "3.1.0" 5 5 edition = "2024" 6 6 description = "Command-line interface for infat" 7 7 license = "MIT"