Commit graph

28 commits

Author SHA1 Message Date
Borys Kabakov
c2f5fca2f1
Update readme.md (#251)
https://github.com/paul-nameless/tg/issues/222
2021-12-02 18:41:12 +01:00
leisefuxX
f1d3294ac5
Update readme.md (#228)
fixed commandline arguments to play voice message with mpv
fixed typo in commandline argument to open received pictures
2021-05-26 11:01:13 +03:00
Paul Nameless
3843791b95 Update readme 2021-04-26 21:28:11 +03:00
Nameless
da1f1d3514
Build docker image in CI (#221)
* Build docker image in CI

* Build docker image on any branch temporarely

* Update github actions

* Update github actions

* Update github actions

* Update github actions

* Update github actions

* Update readme

* Update github actions
2021-04-26 21:26:21 +03:00
Paul Nameless
45ab2e6fc3 Use poetry instead of flit for publishing 2021-04-23 20:39:38 +03:00
Yurii H
8ad6d919d7
Fix git link in README.md (#204) 2021-02-22 09:49:20 +02:00
Bogdan Rodionov
039ce859b7
Update readme.md (#196)
Adding keybinding 'D' for download file
2021-02-22 09:48:35 +02:00
Paul Nameless
f95c8e91db Add to readme publish instructions 2020-11-23 14:11:03 +02:00
Paul Nameless
8e7d4241e5 Add copy to download dir keybinding 2020-09-22 10:13:13 +03:00
Paul Nameless
f315411e56 Add seen flag 2020-09-18 16:14:17 +03:00
Paul Nameless
78a5a30f65 Set custom path to mailcap file 2020-08-16 17:43:18 +03:00
Paul Nameless
98edcae1c4 Update readme: remove virtualenv instructions 2020-07-29 11:09:43 +08:00
Paul Nameless
4dc9b8ce25 Update readme: use "pip install ." when installing from sources 2020-07-28 20:46:55 +08:00
Nameless
44935ba908
Merge pull request #165 from paul-nameless/show-chat-info
Show chat info with <c> shortcut in msg panel
2020-07-27 20:06:18 +08:00
jugendhacker
6452604186
Change AUR package to version following releases (#153)
* Change from telegram-tg-git to telegram-tg

* Add hint for developement version (telegram-tg-git)
2020-07-26 15:15:12 +08:00
Paul Nameless
bf266c7999 Show chat info with <c> shortcut in msg panel 2020-07-26 14:12:56 +08:00
Nameless
50b93eb308
Implement creating new group and secret chat ( #150) (#156)
* Create new chat

* Implement creating new group and secret chat, close secret chat when deleted to prevent showing again after restart

* Update readme

* Add doc strings, show error if fzf does not exist

* Fix imports ordering
2020-07-22 19:10:41 +08:00
Nameless
9ee51c589b
Add phone number information (#158) 2020-07-22 16:57:56 +08:00
Alex
120d12cc47
add setup.py (#155)
* add setup.py

* respond to comments
2020-07-22 16:56:00 +08:00
Nicola Stanislao Vitale
58927d73ef
Fix typos (#154) 2020-07-21 19:56:10 +03:00
Nameless
31cd7d3908
Fix get input: returning invalid response (#151)
* Fix get input: returning invalid response

* Remove buff from args
2020-07-21 21:38:21 +08:00
Stefano Pigozzi
ecb8afb4ef
Use the __main__.py special filename for main.py (#118)
* Use the __main__.py special filename for main.py

This allows users to run the program directly with `py -m tg` instead of `py -m tg.main`.

* Updated script in pyproject.toml to reflect the previous rename

* Updated readme.md to reflect the previous rename

* Update readme.md with a better description of how to install the software

* Once installed through flit, the tg command can be used directly

* Fix errors in the readme.md introduced in the previous commit

* Run the folder instead of the script

* Change title
2020-07-21 20:03:52 +08:00
Nameless
0e13cc1cc1
Add ability to delete chat (#145)
* Add ability to delete chat

* Leave chat
2020-07-18 18:49:45 +08:00
Nameless
4aaf9d9d1f
update readme (#142)
* Add contacts shortcut and link to config file

* Remove logging in utils

* Remove unused imports and create script for checking formatting

* Remove unused import <Iterable> in models

* Fix check.sh script

* Reformat check.sh

* Update isort

* Add check flag for black
2020-07-15 23:26:14 +03:00
Nameless
b37bba8fb7
File picker (#136)
* File picker

* Add docstring to show in help

* Update doc

* Fix update_file: invalid get msg

* Catch ValueError when removing messages

* Ask to whether to upload file as document or compressed

* Clear status after sending file
2020-07-15 18:50:35 +08:00
Nameless
d5e557beff
128: Update readme with correct configuration (#135) 2020-07-13 18:59:59 +08:00
Nameless
aeab7c1564
Add <secret> chat flag (#121) 2020-07-09 09:12:26 +03:00
Nameless
a053fdefec
Update README with sticker info, telegram chat and key bindings (#113)
* Update README with sticker info, telegram chat and key bindings

* Update screenshot

* Rename README.md -> readme.md
2020-07-04 18:53:07 +08:00
Renamed from README.md (Browse further)