Skip to content

v0.0.3

Latest

Choose a tag to compare

@miomit miomit released this 14 Jul 18:41
· 5 commits to main since this release

Dart

You can install from pub.dev

dart pub global activate sff

and run

dart pub global run sff

Snap

The snap package will be published on snapcraft.io after moderation, but for now you can install it from local the file.

sudo snap install sff_0.0.3_amd64.snap --dangerous

To provide the mnt file, recommend running this command

snap connect sff:mnt

remove

sudo snap remove sff

Debian

install

sudo apt install ./sff.deb

remove

sudo apt remove sff

Tar

install

mkdir org.snap.sff

cd org.snap.sff

tar -xvf ../org.snap.sff.tar.gz

make install

remove

make remove

Source Code

install

git clone https://github.com/miomit/sff_cli.git

cd sff_cli

make install

remove

make remove