Skip to content

atareao/nautilus-checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License MIT Contributors Last commit CodeFactor

Calculate checksum directly Nautilus, Nemo or Caja

Prerequisites

  • If you install it from PPA don't worry about, becouse all the requirements are included in the package
  • If you clone the repository, you need, at least, these dependecies,

Common required dependencies,

python3
python3-gi
python3-plumbum

For Nautilus you must install following dependencies,

python3-nautilus
gir1.2-nautilus-3.0

For Nemo you must install following dependencies,

python3-nemo
gir1.2-nemo-3.0

For Caja you must install following dependencies,

python3-caja
gir1.2-caja-3.0

Installing Nautilus Checksum

To install Nautilus Checksum for every one of the file managers, run next commands in a teminal (Ctrl+Alt+T), depending the file manager of your distro.

Nautilus

sudo add-apt-repository ppa:atareao/nautilus-extensions
sudo apt update
sudo apt install nautilus-checksum
nautilus -q

Nemo

sudo add-apt-repository ppa:atareao/nemo-extensions
sudo apt update
sudo apt install nemo-compare
nemo -q

Caja

sudo add-apt-repository ppa:atareao/caja-extensions
sudo apt update
sudo apt install caja-compare
caja -q

Contributing to Nautilus Checksum

To contribute to Nautilus Checksum, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

👤 Contributors ✨

Thanks goes to these wonderful people (emoji key):

Lorenzo Carbonell
💻

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages