TinyCodes y-not-u
winget install --id=Vogan.TinyCodes -e
An easy-to-use and beautiful code management software
TinyCodes is a user-friendly and visually appealing code management software designed to help developers efficiently organize, edit, and share code snippets.
Key Features:
- Language Support: Compatible with syntax highlighting for over 60 programming languages, ensuring clarity and precision in code editing.
- Beautiful Interface: Offers a sleek and intuitive user interface that enhances the coding experience.
- Offline Data Handling: Stores all data locally, providing secure and reliable access without internet dependency.
- WebDav Synchronization: Enables seamless file sharing and backup across devices (currently under development).
Audience & Benefit: Ideal for developers and coders who require an efficient tool to manage their code snippets. TinyCodes helps improve productivity by streamlining the organization and retrieval of code, while its offline capabilities ensure data security and accessibility.
Installation can be easily done via winget, making it accessible and straightforward for users to get started quickly.
README
TinyCodes
A user-friendly and visually appealing code management software.
Features:
- Supports highlighting for 60+ languages
- Beautiful user interface
- Data is completely offline
- WebDav synchronization (under development)
Installation:
I have provided a compiled version for download on Release page.
page.
MacOS
The program is failing to compile on macOS now. I'm trying to find the problem.
Developing
git clone https://github.com/y-not-u/tinycodes
pnpm i
pnpm run start # dev
pnpm run package # build release
pnpm is a fast and disk space-saving package manager.