https://github.com/explodingcamera/crossutils
actually portable cli utilities
https://github.com/explodingcamera/crossutils
Last synced: 4 months ago
JSON representation
actually portable cli utilities
- Host: GitHub
- URL: https://github.com/explodingcamera/crossutils
- Owner: explodingcamera
- License: isc
- Created: 2022-08-01T16:35:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T14:08:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T02:32:17.353Z (5 months ago)
- Language: Rust
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# crossutils - actually portable cli tools
> This is a collection of safe-ish cli tools that are portable across different operating systems. By utilizing `cosmopolitan.c`, the binaries are able to be used on linux, windows, macos or even directly from your bios.
## Credits
[rust-ape](https://github.com/ahgamut/rust-ape-example) for the initial `cosmopolitan libc` build setup.