1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
Commit Graph

95 Commits

Author SHA1 Message Date
Ivan Habunek
a3fa7e1e3a
Improve visibility help string 2022-12-28 09:48:44 +01:00
Ivan Habunek
aa75cacbff
Rename TOOT_VISIBILITY to TOOT_POST_VISIBILITY
This makes it more in line with what's planned for environemnt
variables in the future.
2022-12-28 09:21:22 +01:00
Ivan Habunek
e07be634f6
Extract code for getting default visibility 2022-12-28 09:19:25 +01:00
Lim Ding Wen
08a28bfb26
TOOT_VISIBILITY controls boost visibility
TOOT_VISIBILITY controls default boost visibility from CLI, and the boost visibility from TUI (no option to change in TUI yet)
2022-12-28 09:12:05 +01:00
Lim Ding Wen
8582c8ed62
TOOT_VISIBILITY controls default visibility 2022-12-28 09:12:05 +01:00
Ivan Habunek
29ff629464
Add toot env command 2022-12-18 19:44:43 +01:00
Ivan Habunek
47be3a762a
Fix language specification
Old API docs claimed to require ISO 639-2 format, testing determines
that that ISO 639-1 is required instead.
2022-12-11 23:15:07 +01:00
Ivan Habunek
4f0c367995
Add post --scheduled-in option for easier scheduling 2022-12-03 15:38:19 +01:00
Ivan Habunek
0e13914fce
Add duration parsing 2022-12-01 10:20:50 +01:00
Nick LaForge
8c3baa704e Fix typo 2022-11-23 15:39:26 +01:00
Ivan Habunek
12d682591b
Fix command descriptions 2022-11-18 08:28:15 +01:00
Giuseppe Bilotta
e171578878 Implement following/followers list retrieval 2022-11-18 08:23:12 +01:00
Ivan Habunek
44a30b44d8
Add toot (un)bookmarking
fixes #204
2022-11-17 06:32:12 +01:00
Sandra Snan
9e046b6d86
Add --content-type option to toot post 2021-08-28 21:08:44 +02:00
ansuz
ec097886d8
Support adding description to media 2021-08-28 18:47:07 +02:00
Ivan Habunek
7e0da50603
Add option for scheduling tweets 2021-08-28 17:39:31 +02:00
alex wennerberg
0b6d4a9e87
Add mentions-only parameter to notifications command 2021-07-29 10:08:58 +02:00
Sandra Snan
d884379f2e
Allow string status and list ids
Favourites and reblogs also use this id and it's sometimes strings.
2020-09-29 10:06:18 +02:00
Ivan Habunek
62d7855fc0
Remove curses app, replaced by tui 2020-09-29 10:04:57 +02:00
Sandra Snan
103bc43c26
Reply to non-int, and also longer posts, Pleroma style 2020-09-01 16:11:12 +02:00
Ivan Habunek
3829a57909
Add --reverse option to notifications
fixes #151
2020-05-11 13:51:07 +02:00
Ivan Habunek
0fed933123
Fix typo 2020-01-02 10:34:00 +01:00
Ivan Habunek
b6749fb0f1
Require auth for toot tui 2020-01-02 10:21:58 +01:00
Ivan Habunek
85ceb8b11f
Update docs to replace curses with tui 2019-09-03 15:40:47 +02:00
Ivan Habunek
ea1ef6f207
Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
Ivan Habunek
6f8cd86417
Fix compatibility with py<3.6 2019-08-29 12:46:00 +02:00
Ivan Habunek
d21cad892c
Implement composing tweets using an editor
fixes #90
2019-08-22 17:37:24 +02:00
Ivan Habunek
a771ca3aa7
Enable attaching multiple media files
fixes #67
2019-08-01 12:56:21 +02:00
Ivan Habunek
a7e4f9d888
Add --language option to post command
Used to override language detection.
2019-07-30 16:13:29 +02:00
Ivan Habunek
c862df8e40
Run curses with 20 statuses per page by default 2019-04-23 14:12:29 +02:00
Denis Laxalde
6360e4d07d Add a --clear option to "notifications" command 2019-02-17 14:18:51 +01:00
Denis Laxalde
5174a751f2 Implement "notifications" command
The list of notifications is diplayed with each item enclosed within an
horizontal line as for timeline. When a status is involved (when
notification type is "reblog" or "favourite"), we also display the full
status.

Closes #81.
2019-02-17 14:09:56 +01:00
Ivan Habunek
d224375da4
Consolidate timeline selection arguments
toot timeline and toot curses now use the same logic.
2019-02-15 14:13:12 +01:00
Denis Laxalde
f1c8465e63
Add a "reblogged_by" command 2019-02-14 17:58:47 +01:00
Ivan Habunek
19cbcd43b2
Make toot timeline continuable by pressing Enter 2019-02-13 14:19:00 +01:00
Ivan Habunek
c7c42b8337
Merge pull request #85 from ksunden/localtag
Add local and tag timelines to curses
2019-01-24 11:20:58 +01:00
Balazs Nadasdi
e42c4c3b80
use http.get instead of hacking _status_action in api.py
(and fix a typo)
2019-01-21 17:25:20 +01:00
Balazs Nadasdi
ee417df60e Status ID + thread view
- Status ID on timeline list view
 - thread command to view a complete thread
   Display order:
    - ancestors
    - status
    - descendants
2019-01-19 19:28:17 +01:00
ksunden
4df0c7882d ENH: Add local and tag timeline support to curses
Closes #61
2019-01-02 22:36:40 -06:00
Ivan Habunek
82ed630864
Add status related commands
(un)favourite, (un)reblog & (un)pin.

fixes #75
2019-01-02 12:33:25 +01:00
Ivan Habunek
b06e9ea733
Enable fetching instance info over http
issue #56
2018-12-30 09:53:12 +01:00
Ivan Habunek
f7f867f1b3
Merge pull request #80 from SteelPangolin/master
Feature proposal: --disable-https flag
2018-12-30 09:39:38 +01:00
Ivan Habunek
9c4964116e
Move common auth commands to a variable 2018-12-30 09:00:19 +01:00
Erica Ehrhardt
fde84295e0 Add --disable-https flag 2018-12-24 17:20:30 -08:00
Waweic
d910cf9420 Added an option to reverse the timeline
Added the (in my opinion) mission option to reverse the timeline by Adding a command and reversing the entries before they get printed out.
2018-07-25 20:40:59 +02:00
Ivan Habunek
0c9b63b036
Don't print stack trace on keyboard interrupt 2018-06-15 10:01:18 +02:00
Ivan Habunek
aabfd0fa31
Make browser login the default 2018-06-15 09:39:28 +02:00
Ivan Habunek
92435d630c
Add a global --silent flag to silence output
issue #46
2018-06-15 09:02:19 +02:00
Ivan Habunek
72f88831ad
Add delete command
issue #54
2018-06-14 10:40:16 +02:00
Ivan Habunek
8f93b255ad
Add option to reply to a toot
fixes #6
2018-06-13 13:21:22 +02:00