Home

Awesome

<p align="center"> <img width="300px" src="assets/logo.svg" alt="Wives Logo"> </p>

Wives - A Flutter based Terminal

Want a beautiful cross-platform terminal but don't want to sacrifice performance? Then Wives is the terminal you're looking for

Features Highlights

Showcase

Screenshot One Screenshot Two Screenshot Three

Why this name?

At first I named it "wives" to troll "toxic part" of linux community and the troll was successful. Plus, there's no value in keep trolling those toxic worthless, pathetic, losers.

But for real,

It's a tribute to all those passionate women/mom programmers who also work hard but most of the time neglected.

Contributing

Contributions are welcome. Please read CONTRIBUTION.md for details on our code of conduct, and the process for submitting pull requests to us.

Build from source

Prerequisites:

Setup environment:

$ git clone https://github.com/KRTirtho/wives.git && cd wives
$ flutter pub get
$ flutter pub global activate flutter_distributor

Build the app:

$ flutter_distributor package --platform=linux --targets=<deb/rpm/appimage>

PS: --targets can be any one or multiple of deb, rpm, appimage

.e.g --targets=deb,rpm,appimage or --targets=deb,rpm or --targets=deb etc..

You can find the built packages in dist/<Current Version>/ directory

If you want to make a tarball, then run:

$ make tar VERSION=<Current Version>

Build tarball will be in build/wives-linux-<Current Version>-x86_64.tar.xz directory

Current Version can be find in the pubspec.yaml file

Support Us

<a href="https://www.buymeacoffee.com/krtirtho"> <img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=krtirtho&button_colour=FF5F5F&font_colour=ffffff&font_family=Inter&outline_colour=000000&coffee_colour=FFDD00" /> </a> <br/> <a href="https://patreon.com/krtirtho"><img src="https://user-images.githubusercontent.com/61944859/180249027-678b01b8-c336-451e-b147-6d84a5b9d0e7.png" width="250"/></a>

LICENSE

GPL-3.0