Skip to content
/ lunas Public

A syncing cli tool that can handle more than two directories locally and remotely

License

Notifications You must be signed in to change notification settings

nodeluna/lunas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lunas

A syncing cli tool that can handle more than two directories locally and remotely

installation

$ make
# make install

un-installation

$ make clean
# make uninstall

installation with cmake

$ cmake -B build
$ cd build
$ make
# make install

un-installation with cmake

$ cd build
# make uninstall
$ cd ..
$ rm -rf build

installation with nix flakes

$ nix profile install github:nodeluna/lunas

to install lunas without remote syncing, i.e without libssh
$ nix profile install github:nodeluna/lunas#lunas-local

dependencies

gcc >= 12 or clang >= 16

lunas need libssh >= 0.11.* to build and run. the package may be named libssh, libssh-dev or libssh-devel on your distro

lunas can be compiled without libssh, with local syncing only, as follows

$ make local
# make install

remove the old 'build' directory first if exists

usage

read the man page and/or --help statement

files

when running "$ make" compiles the program and the binary is placed in the repo's main directory and build files in ./build
when running "# make install" the binary file is copied to /usr/bin/lunas , and the man page to /usr/share/man/man1/lunas.1

when running "$ make clean" the ./build is removed. And the binary is removed from the repo's directory but not from /usr/bin/lunas
when running "# make uninstall" the binary file is removed from /usr/bin/lunas as well as /usr/share/man/man1/lunas.1

remote syncing

thanks to libssh, lunas can sync remote directories with local or/and remote ones using sftp. Read the --help statement

author

nodeluna - nodeluna@proton.me

About

A syncing cli tool that can handle more than two directories locally and remotely

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published