$
find ./tags/ -type f -name "*.md" | sort -r
Python
Tusk
Tusk A modern terminal-based Markdown editor with real-time preview.
Table of Contents Tusk Table of Contents Installation Via pip From source Usage Key Bindings Auto-Completion Snippets Export Options Configuration Dependencies Common Issues Roadmap Contributing License Installation Via pip pip install tusk-editor From source git clone https://github.com/vedant-asati03/tusk.git cd tusk pip install -e . Usage To start the editor:
tusk filename.md Key Bindings Ctrl+S: Save file Ctrl+P: Open command palette Ctrl+@: Toggle preview pane Ctrl+L: Expand input-box Ctrl+Q: Shrink input-box Ctrl+B: Insert Table of Contents Tab: Expand snippet Auto-Completion Automatic completion for:
Read More
Terminal Chess
Terminal Chess Terminal Chess is a command-line chess game implemented in Python. It features a clean ASCII art representation of the chess board and pieces, along with an AI opponent that uses the minimax algorithm with alpha-beta pruning.
Features Complete chess rule implementation ASCII art chess board display Two-player mode AI opponent with configurable difficulty levels Move validation and legal move highlighting Check and checkmate detection Castling, en passant, and pawn promotion Move history and notation Save and load games Installation git clone https://github.
Read More
Aurras
Aurras Music Player Aurras is a feature-rich command-line music player that provides a seamless music experience through your terminal. With support for online streaming, offline playback, playlist management, and integration with services like Spotify, Aurras offers a comprehensive music solution without the need for a graphical interface.
Table of Contents Aurras Music Player Table of Contents Overview Features Requirements Installation Quick Install Development Installation External Dependencies FFmpeg Installation MPV Installation Usage Basic Commands Playback Controls Command Palette Playlist Management Basic Playlist Commands Advanced Playlist Management Playlist Command Shortcuts Spotify Integration Offline Listening Advanced Features Intelligent Caching Token Authentication Backup and Restore Troubleshooting Project Structure Contributing License Overview Aurras transforms your terminal into a powerful music player with rich features that rival many graphical applications.
Read More
Textual Vim Extended
Textual Vim Plugin Overview Textual Vim Extended is a project aimed at enhancing the Vim text editor with additional features and functionalities. This project extends the capabilities of Vim, making it more powerful and user-friendly for developers and text editors.
Features Enhanced text editing capabilities g- Customizable key bindings Improved syntax highlighting Additional plugins and extensions User-friendly interface enhancements Installation To install Textual Vim Extended, follow these steps:
Clone the repository: git clone https://github.
Read More
Enigma
Math_Interpreter Overview Math_Interpreter is a Python-based project designed to interpret and evaluate mathematical expressions. It supports various operations such as addition, subtraction, multiplication, division, modulus, and exponentiation.
Features Tokenization: Converts input strings into tokens. Parsing: Parses tokens into an abstract syntax tree (AST). Evaluation: Evaluates the AST to produce a result. Error Handling: Provides meaningful error messages for common issues like division by zero and unclosed parentheses. Usage To use the Math_Interpreter, you can run the main script with a mathematical expression as input:
Read More
Yggdrasill
Yggdrasill Yggdrasill is a Python application that generates a directory tree structure for a given directory path. It uses the textual framework to display the directory tree in a terminal-based user interface.
Features Generate and display a directory tree structure. Terminal-based user interface using textual. Rich text formatting with rich. Requirements Python 3.7+ textual rich Installation Clone the repository:
git clone https://github.com/yourusername/yggdrasill.git cd yggdrasill Install the required dependencies:
pip install -r requirements.
Read More
$