Skip to content

Commit ecaaa97

Browse files
committed
Update README.md
1 parent e31acf2 commit ecaaa97

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
[![License](https://img.shields.io/crates/l/real_time_note_taker)](LICENSE)
66
[![GitHub](https://img.shields.io/github/stars/Data-Forge-Solutions/real_time_note_taker?style=social)](https://github.com/Data-Forge-Solutions/real_time_note_taker)
77

8-
**RTNT** is a terminal user interface for taking timestamped notes with support for syncing with external clocks. It was originally developed for taking notes during flight tests, but it can be useful for many other situations. Notes can be organized into titled sections and exported to CSV for further processing. All active key bindings are always visible at the bottom of the UI.
8+
**RTNT** is a terminal user interface for taking timestamped notes with support for syncing with external clocks. It was originally developed for taking notes during flight tests, but it can be useful for many other situations. **RTNT** allows you to capture the time of an event with a key press, and describe it later. This is useful when many complicated events are happening in rapid succession. Notes can be organized into titled sections and exported to CSV for further processing. All active key bindings are always visible at the bottom of the UI.
99

1010
![Demo of RTNT](readme_resources/demo.gif)
1111

1212
## Features
1313

14+
- Capture the time an event happens with a key press and describe it later
1415
- Millisecond accurate timestamps
1516
- Section markers to organize discussions
1617
- Edit existing entries
1718
- Save and load notes from CSV
18-
- Fully keyboard driven with customizable bindings
19+
- Fully keyboard driven with customizable bindings for maximum speed and efficiency
1920
- Manual time hacks for syncing with external clocks
2021
- Current time with source indicator shown in the status line
2122

0 commit comments

Comments
 (0)