fm-cli

Crates.iofm-cli
lib.rsfm-cli
version0.1.1
sourcesrc
created_at2023-05-29 07:27:43.31818
updated_at2023-08-11 05:35:58.068678
descriptioncross-platform Rust command-line tool for browsing your filesystem
homepage
repositoryhttps://github.com/gteditor99/fm
max_upload_size
id876984
size24,901
editor99 (Gteditor99)

documentation

README

FM (File Manager)

FM (File Manager) is a cross-platform command-line tool written in Rust that provides a user-friendly interface to browse through files and directories on your system.

Features

  • VIM-like keybindings for navigation (hjkl)
  • Written in Rust for speed and portability
  • Stylish Text User Interface (TUI) using ratatui

Installation

To install FM, you'll need to have Rust installed on your system. If you don't have Rust, you can install it from the official website: https://www.rust-lang.org/

Once Rust is installed, open your command prompt or terminal and run the following command:

cargo install fm-cli

This will install FM globally on your system.

Usage

To use fm, simply run the following command:

fm-cli

Contribution

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository: https://github.com/gteditor99/fm

License

FM is released under the MIT License. See the LICENSE file for details.

Commit count: 9

cargo fmt