1
0
Fork
You've already forked subscribi
0
forked from Tony4dev/subscribi
Keep tabs on your subs: this program helps you organize and overview your subscriptions.
  • Rust 94.6%
  • Fluent 4.5%
  • Just 0.8%
bittin 9101b7f0f8 Uppdatera subs_cosmic/i18n/sv/subs_cosmic.ftl/subs_cosmic.ftl
Signed-off-by: bittin <lunajernberg@gnome.org>
2026年04月13日 10:30:53 +02:00
resources 📝 add release info to metainfo ( #19 ) 2025年12月13日 16:03:54 +01:00
subs_cosmic Uppdatera subs_cosmic/i18n/sv/subs_cosmic.ftl/subs_cosmic.ftl 2026年04月13日 10:30:53 +02:00
subs_lib 🎨 update before release, fixes based on new lint rules ( #10 ) 2025年12月01日 11:54:45 +01:00
subs_repo Flatpak setup ( #9 ) 2025年11月28日 14:19:06 +01:00
.gitignore use cosmic template 2024年08月09日 19:57:32 +02:00
cargo-sources.json 🐛 fix theming on cosmic DE ( #15 ) 2025年12月13日 15:48:06 +01:00
Cargo.lock ⬆️ update libcosmic ( #20 ) 2026年02月19日 21:10:38 +01:00
Cargo.toml - added Diesel Sqlite database management with Subscription, Label and Currency tables 2024年11月01日 20:14:05 +01:00
dev.tony4.subscribi.json 🐛 fix theming on cosmic DE ( #15 ) 2025年12月13日 15:48:06 +01:00
justfile Flatpak setup ( #9 ) 2025年11月28日 14:19:06 +01:00
LICENSE 📄 License file and comments added 2025年02月21日 22:21:28 +01:00
README.md Update README add gitmoji acknowledgement 2026年03月17日 18:24:03 +01:00

Subscribi icon
Subscribi

Keep tabs on your subs.


Track all your subscriptions easily (and privately) with the following features:

  • Create, Update, Delete subscription.
  • Add labels to better track by categories.
  • Use multiple currencies. Upkeep exchange rate offline.
  • Create formulas to track summaries, or various calculations (experimental feature).
  • Advanced filtering options.

Installing

Flatpak

You can install the application with flatpak: flatpak install flathub dev.tony4.subscribi

Binary

You can download executable binary in the releases section.

  • Copy the file to your target/applications folder
  • Make it executable: e.g. chmod u+x Subscribi-1.0.1-x86_64-linux-standalone-bin
  • Run it! Double click the file or run it in terminal with e.g.: ./Subscribi-1.0.1-x86_64-linux-standalone-bin

Run/build from code

Dependencies (Linux):

  • cargo
  • libxkbcommon-dev
  • libcosmic
  • libsqlite3-dev
  • cosmic-icons
  • (optionally) just

Prepare

# Clone the repository
git clone https://codeberg.org/Tony4dev/subscribi.git
# Change directory to the project folder
cd subscribi

Cargo

# Run...
cargo run --package subs_cosmic --bin subs_cosmic
# ..or build release version and..
cargo build --profile release
# ..run release
cd target/release
./subs_cosmic

Flatpak builder

# add flathub for user if not yet added
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo --user
# build install
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install app dev.tony4.subscribi.json
# run
flatpak run dev.tony4.subscribi

Attribution

Pop Icons by System76 is licensed under CC-SA-4.0

Acknowledgments

Licence

NON-AI Mozilla Public License Version 2.0

Contributions

Contributions are welcome as long as they are not produced by AI. Aids are allowed, but each developer is responsible for the compliance with the LICENSE above.