Skip to content

ypraw/stowtui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOW TUI

license stars size

DESCRIPTION

stow tui is a Terminal User Interface Program for GNU STOW

HOW TO INSTALL

  • if you want to edit or modify source code

    Clone this repository,

    git clone https://github.com/ypraw/stowtui.git

    then run the installer script,

    source ./install.sh
  • install from pypi.org (using pip)

    pip install stowtui
  • install from AUR for archlinux users (using paru)

    paru -S stowtui-git
  • install from PKGBUILD for archlinux users (using makepkg)

    git clone https://github.com/ypraw/stowtui.git
    cd aur
    makepkg -si

AUTHOR

CONTRIBUTORS

CONTRIBUTING

  • Fork the repo
  • Create your feature branch (git checkout -b feature/fooBar)
  • Commit your changes (git commit -am 'Add some fooBar')
  • Push to the branch (git push origin feature/fooBar)
  • Create a new Pull Request

TO DO

  • Restow Packages
  • Delete a package from the target tree
  • sudo action if any special access to root tree
  • complete manual instructions

LICENSE

All Codes in this repository is licensed under GPL V3

Stow TUI is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Stow TUI is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Stow TUI. If not, see <http://www.gnu.org/licenses/>.