https://github.com/xhyrom/lsx
My attempt to create alternatives for ls and dir, mainly for windows. Using Rust.
https://github.com/xhyrom/lsx
ls modern rust simple system
Last synced: about 2 months ago
JSON representation
My attempt to create alternatives for ls and dir, mainly for windows. Using Rust.
- Host: GitHub
- URL: https://github.com/xhyrom/lsx
- Owner: xhyrom
- License: mit
- Created: 2023-03-15T15:30:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T20:58:57.000Z (about 2 years ago)
- Last Synced: 2025-02-02T03:43:30.834Z (4 months ago)
- Topics: ls, modern, rust, simple, system
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Source code for lsx, simple and modern ls binary.
## Setup
1. Clone this repository: `git clone https://github.com/xHyroM/lsx.git`
2. Navigate to the project directory: `cd lsx`
3. Install the dependencies: `cargo install`## Usage
- To run project: `cargo run`
## Contributing
To contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).
1. Fork this repository
2. Create a new branch for your changes: `git checkout -b my-feature`
3. Commit your changes: `git commit -am "Add my feature"`
4. Push the branch: `git push origin my-feature`
5. Open a pull request## License
This project is licensed under the [MIT License](LICENSE).