$
find ./tags/ -type f -name "*.md" | sort -r

Textual

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

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
$