Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BrainBlasted/Trumpet
Moved to https:///gitlab.gnome.org
https://github.com/BrainBlasted/Trumpet
mastodon rust social-media
Last synced: 3 months ago
JSON representation
Moved to https:///gitlab.gnome.org
- Host: GitHub
- URL: https://github.com/BrainBlasted/Trumpet
- Owner: BrainBlasted
- License: gpl-3.0
- Archived: true
- Created: 2017-11-23T18:25:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T23:28:25.000Z (over 6 years ago)
- Last Synced: 2024-05-02T04:11:24.315Z (7 months ago)
- Topics: mastodon, rust, social-media
- Language: Rust
- Homepage: https://gitlab.gnome.org/BrainBlasted/Social
- Size: 54.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trumpet
## What is Trumpet?
Trumpet is a new WIP client for [Mastodon](https://mastodon.social/about/more).
Right now it is CLI-only, but a GTK+ gui using [gtk-rs](http://gtk-rs.org/) is
planned.## Why Trumpet?
When getting started with Mastodon, I found that the only useable application
for Linux was an electron app using an indicator. Given that GNOME is phasing
out appindicators and I personally resent running more than one electron app
at once, I decided to make one myself. Since a Rust API wrapper [already
existed](https://github.com/Aaronepower/Mammut), I decided to take the
opportunity to learn the language while I worked.## What can it do?
Right now the features Trumpet supports are:
* Multiple instances
* Multiple accounts per instance
* Text-only statuses
* Public timeline viewing
* Viewing instance information## What's next?
Features I am working on now:
* **Home timeline viewing** (Issues to work out on the Mammut end)
* Emoji support
* GTK GUI## License informaation
```
Trumpet: A Mastodon client
Copyright (C) 2017 Christopher DavisThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```