Commit graph

22 commits

Author SHA1 Message Date
Paul Nameless
c74538da06 Merge branch 'master' of https://github.com/paul-nameless/tg 2020-05-02 20:50:36 +08:00
Paul Nameless
5d9f029ad6 Add usage instructions in README 2020-05-02 20:47:25 +08:00
Paul Nameless
2cecac553b Add usage instructions in README 2020-05-02 20:46:40 +08:00
Paul Nameless
cd9d17cf4f Refactor logger->log 2019-02-20 19:26:06 +01:00
Paul Nameless
27b94212d4 Remove cache files 2019-02-20 19:20:08 +01:00
Paul Nameless
c6a1847440 Remove emacs tmp file 2019-02-20 19:19:11 +01:00
Paul Nameless
d9c2665044 Update gitignore file 2019-02-20 19:18:43 +01:00
Paul Nameless
163a611eab Add init file in tg package required by flit 2019-02-20 19:16:56 +01:00
Paul Nameless
cf3f047fe8 Reorganize structure of the project
Release package on PyPi
2019-02-20 19:15:43 +01:00
Paul Nameless
ac72c5bcb0 First version of adding users to view 2019-02-18 23:29:39 +01:00
Paul Nameless
b19ada8091 Add base coloring 2019-02-18 22:35:43 +01:00
Paul Nameless
e4ead029a0 Add bility to jump to bottom in msgs
Add support for arrow keys
2019-02-18 20:26:15 +01:00
Paul Nameless
73065f5f45 Sort message newest at the bottom
Jump with H/J keys 10 msgs up/down
2019-02-18 19:49:01 +01:00
Paul Nameless
5aa9a73f16 Add status view 2019-02-18 19:10:51 +01:00
Paul Nameless
c37cabc72e Add ability to send messages that longer than width of msgs pane 2019-02-18 17:00:30 +01:00
Paul Nameless
3d69431c39 Temporary solution for incorrect emojies drawing
Some emojies double width but python thinks that it is single so
in result line is shifts to the left and view is not correct.
Need to find out better solution in future
2019-02-18 16:32:16 +01:00
Paul Nameless
e3409a2d36 Add gap between panes 2019-02-18 16:12:46 +01:00
Paul Nameless
d03866f0e3 Fix incorrect window resizing
Add sending message functionality
2019-02-18 16:09:42 +01:00
Paul Nameless
473f96902f Implement simple resizing 2019-02-17 23:00:37 +01:00
Paul Nameless
4986d39987 Start to implement ranger like keybindings and ui logic
Add notifications
Use correct colors
2019-02-17 22:26:20 +01:00
Paul Klym
c557fcadbb Divide one file into modules: main, model, view, controller 2019-02-02 22:12:02 +00:00
Paul Klym
49cf1ffbb7 Init 2019-02-02 21:59:00 +00:00