Skip to content

Latest commit

 

History

History

awesome-cli-list

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

🚀 Awesome CLI Browser

Rust License: MIT

A lightning-fast ⚡ command-line interface browser for exploring curated lists of awesome tools and resources. Navigate through various "awesome" lists right from your terminal!

✨ Features

  • 🔍 Interactive browsing of awesome lists
  • ⌨️ Simple keyboard navigation
  • 🎯 Quick search functionality
  • 💫 Smooth scrolling experience
  • 🎨 Beautiful terminal UI

🛠️ Installation

# Clone the repository
git clone https://github.com/yourusername/fun-rust-experiments.git

# Navigate to the project directory
cd fun-rust-experiments/awesome-cli-list

# Build the project
cargo build --release

# Run the application
cargo run

Start the browser

cargo run

Use keyboard controls:

↑ / k - Move up

↓ / j - Move down

Enter - Select/Open

q - Quit

awesome-cli-list/ ├── src/ │ ├── main.rs ├── Cargo.toml └── README.md

🎯 TODO

  • Add support for more awesome lists
  • Implement search functionality
  • Add bookmarking feature
  • Enable custom list additions
  • Add configuration options

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. 🍴 Fork the repository
  2. 🌿 Create your feature branch (git checkout -b feature/AmazingFeature)
  3. 💾 Commit your changes (git commit -m 'Add some AmazingFeature')
  4. 📤 Push to the branch (git push origin feature/AmazingFeature)
  5. 🔍 Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

💖 Acknowledgments

  • Thanks to all the awesome list maintainers
  • Rust community for amazing crates
  • Contributors and supporters

Made with 🦀 Rust and ❤️ Happy Browsing! 🎉