Compare commits
2 commits
markup-rew
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a2eac58fe | |||
| 19d72b3e67 |
4 changed files with 40 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## Next version
|
## Next version
|
||||||
|
|
||||||
|
- Add demo gif to readme
|
||||||
- Fix indentation of multi-line messages
|
- Fix indentation of multi-line messages
|
||||||
- Stop using dataclass (for backwards compatibility with Python 3.6)
|
- Stop using dataclass (for backwards compatibility with Python 3.6)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
A TUI client for [euphoria.io](https://euphoria.io)
|
A TUI client for [euphoria.io](https://euphoria.io)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Ensure that you have at least Python 3.7 installed.
|
Ensure that you have at least Python 3.7 installed.
|
||||||
|
|
|
||||||
BIN
demo.gif
Normal file
BIN
demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 786 KiB |
37
todo.txt
Normal file
37
todo.txt
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
- config
|
||||||
|
x colors
|
||||||
|
- key bindings
|
||||||
|
- documentation (especially of the config)
|
||||||
|
|
||||||
|
- profiling/optimisation
|
||||||
|
|
||||||
|
- detail mode
|
||||||
|
- fold threads
|
||||||
|
- nick list
|
||||||
|
- better key bindings/controls
|
||||||
|
- center cursor on screen (after scrolling the view without scrolling the cursor)
|
||||||
|
- mouse support
|
||||||
|
- searching for messages
|
||||||
|
- better message editing when the screen is full
|
||||||
|
- detect when the dimensions are too small (meta width etc.) and display warning
|
||||||
|
- green "unread message" markers
|
||||||
|
- highlight things in messages
|
||||||
|
- offline log browsing
|
||||||
|
- @mentions
|
||||||
|
- &rooms
|
||||||
|
- https://links
|
||||||
|
- :emojis:
|
||||||
|
- /me s
|
||||||
|
- word wrapping for messages
|
||||||
|
- multi-room support
|
||||||
|
- db backend
|
||||||
|
- download room log
|
||||||
|
- auto repair gaps in log
|
||||||
|
|
||||||
|
x robust starting script
|
||||||
|
x install via pip from github
|
||||||
|
x runnable script
|
||||||
|
x parse command-line parameters
|
||||||
|
x nick list
|
||||||
|
x room_widget refactor
|
||||||
|
x save cookies
|
||||||
Loading…
Add table
Add a link
Reference in a new issue