sff 0.0.1 copy "sff: ^0.0.1" to clipboard
sff: ^0.0.1 copied to clipboard

Command-line application that implements the functionality of the sff_lib library.

  .--.--.       ,---,.    ,---,. 
 /  /    '.   ,'  .' |  ,'  .' | 
|  :  /`. / ,---.'   |,---.'   | 
;  |  |--`  |   |   .'|   |   .' 
|  :  ;_    :   :  :  :   :  :   
 \  \    `. :   |  |-,:   |  |-, 
  `----.   \|   :  ;/||   :  ;/| 
  __ \  \  ||   |   .'|   |   .' 
 /  /`--'  /'   :  '  '   :  '   
'--'.     / |   |  |  |   |  |   
  `--'---'  |   :  \  |   :  \   
            |   | ,'  |   | ,'   
            `----'    `----'                            

Command-line application that implements the functionality of the sff library.

Installation #

Install from pub: #

dart pub global activate sff

Install from clone: #

dart pub global activate -s path .

Usage #

sff <command> [arguments]

See --help or -h for more options.

Examples #

Synchronization of two directories #

sff sd --dir1 path/to/dir2 --dir2 path/to/dir2

Find duplicate files #

sff fd --dir path/to/dir2

Compare files for equality #

sff cfe --fiel1 path/to/file1 --fiel2 path/to/file2

Additional information #

This utility is under development. With each new version, a new feature will be added.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Command-line application that implements the functionality of the sff_lib library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path, sff_lib

More

Packages that depend on sff