Skip to content

Releases: miomit/sff_cli

v0.0.3

14 Jul 18:41

Choose a tag to compare

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

update

10 May 16:05

Choose a tag to compare

action

update

v0.0.2

31 Jan 17:37

Choose a tag to compare

alpha for debian

v0.0.1

30 Jan 21:38

Choose a tag to compare

Implemented functions from the sff library

  • compareFilesEquality
  • syncDir
  • findDuplicates

Binary for linux