https://github.com/michaelradu/tau
A text editor made in about 1000 LOC that supports syntax highlighting and incremental search.
https://github.com/michaelradu/tau
Last synced: 11 months ago
JSON representation
A text editor made in about 1000 LOC that supports syntax highlighting and incremental search.
- Host: GitHub
- URL: https://github.com/michaelradu/tau
- Owner: michaelradu
- License: gpl-3.0
- Created: 2022-05-07T10:12:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T16:13:58.000Z (over 2 years ago)
- Last Synced: 2023-10-03T00:22:35.603Z (over 2 years ago)
- Language: C
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 Tau 📝
[![Stargazers][stars-shield]][stars-url]
[![Forks][forks-shield]][forks-url]
[![Contributors][contributors-shield]][contributors-url]
[![Issues][issues-shield]][issues-url]
[![GPLv3 License][license-shield]][license-url]
*A small one file text editor*
## Usage
```
tau
```
## Keybindings
```
CTRL-S: Save
CTRL-F: Find a string in file (ESC to exit search, arrow keys to move back and forward)
CTRL-Q: Quit
```
## Licence
[GPLv3](michaelradu/gnu-millionaire/LICENSE) © [Michael Radu](https://www.mihairadu.cf)
[contributors-shield]: https://img.shields.io/github/contributors/michaelradu/tau.svg?style=social
[contributors-url]: https://github.com/michaelradu/tau/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/michaelradu/tau.svg?style=social
[forks-url]: https://github.com/michaelradu/tau/network/members
[stars-shield]: https://img.shields.io/github/stars/michaelradu/tau.svg?style=social
[stars-url]: https://github.com/michaelradu/tau/stargazers
[issues-shield]: https://img.shields.io/github/issues/michaelradu/tau.svg?style=social
[issues-url]: https://github.com/michaelradu/tau/issues
[license-shield]: https://img.shields.io/github/license/michaelradu/tau.svg?style=social
[license-url]: https://github.com/michaelradu/tau/blob/master/LICENSE