An open API service indexing awesome lists of open source software.

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.

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