Commit graph

5 commits

Author SHA1 Message Date
Eugen Rochko
7e13c7c710 Fix tootctl not allocating enough database connections for main thread () 2019-10-07 05:05:02 +02:00
Eugen Rochko
17c2205247 Fix issues with tootctl's parallelization and progress reporting () 2019-10-07 04:24:05 +02:00
Eugen Rochko
666c1a8a06 Change tootctl to use inline parallelization instead of Sidekiq ()
- Remove --background option
- Add --concurrency(=5) option
- Add progress bars
2019-09-10 13:48:48 +02:00
Eugen Rochko
2aee3c9f23 tootctl accounts [add|del|cull] ()
* CLI interface for creating/deleting local users

- tootctl accounts add USERNAME
- tootctl accounts del USERNAME

* Add CLI interface for culling remote users that no longer exist

- tootctl accounts cull
2018-09-09 13:33:36 +02:00
Eugen Rochko
7271a40d09 Add CLI interface for importing custom emoji ()
bin/tootctl emoji import PATH_TO_TAR

Fix 
2018-08-26 16:53:06 +02:00