Warning
This project is no longer beeing worked on any more. If you are interested, it's free software under the GPL-3.0 license.
Blazingly fast, clean, and effective native Linux desktop GUI for StackExchange sites.
Install
Screenshots
Contribute
Packaging
[WIP][TODO][TODO][TODO]For every new release a Github workflow will build a binary in Github servers and will upload it as a release asset in Github releases.
You can find the latest Github release here or the releases page here.
Note
You need to have cargo installed in you system.
git clone https://github.com/zefr0x/stackbloatless.git
cd stackbloatless
# Checkout to a release tag e.g. v1.0.1
git checkout vx.x.x
cargo build --releaseYou will find the binary in ./target/release/stackbloatless
You are able to search for questions from the application using StackExchange's search API, but it's very primitive, so you might not find what you are searching for.
You are recomended to use a web browser and your search engine of choice along with a browser extension to redirect any questions under the StackExchange network to be opened inside StackBloatLess.
StackBloatLess accept StackExchange questions in the next format to be opened in it:
stackbloatless://{api_site_parameter}/{ids}
Where {api_site_parameter} is specific to single StackExchange site that could be found here, and {ids} is a list of questions ids seprated by ;, like id;id;id;id....