Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
/ caja-git Public archive

Caja extension that shows information about the current git directory

License

Notifications You must be signed in to change notification settings

fszymanski/caja-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caja-git

General Information

Caja extension that shows information about the current git directory. This project is based on caja-git by Joel Barrios.

Dependencies

  • git
  • python >= 3.8
  • python3-caja

Installation

  1. Clone the extension repository.
$ git clone https://github.com/fszymanski/caja-git.git
$ cd caja-git
  1. Build and install the extension.
# Note: Omit the `--prefix` if you want to install globally
$ meson --prefix=~/.local builddir
$ ninja -C builddir install
  1. Restart Caja.
$ caja -q

Uninstallation

  1. Uninstall the extension.
$ cd caja-git
$ ninja -C builddir uninstall
  1. Restart Caja.
$ caja -q

Credits

Screenshots

About

Caja extension that shows information about the current git directory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published