Git Product home page Git Product logo

caja-scripts's Introduction

caja-scripts

This is a repository for Caja scripts created by me.

Dependencies

On a debian machine with MATE desktop, I haven't installed anything specific. For interactive menus and messages, zenity is used. If you don't have zenity, please install it.

Installation:

  1. Copy the scripts to ~/.config/caja/scripts/
  2. Make sure that the script files have executable permission.

Disclaimer:

I haven't tested this software extensively. Please report bugs and help me fix them.
Pull requests are always welcome.

Details of each script is given below

Checksum

View the checksum(md5sum, sha1sum, sha256sum, sha512sum) of any file from Caja itself.

Open Terminal

Open mate-terminal from any location.

Unmount FUSE volumes

This script can unmount any fuse mounts (sshfs/encfs) mounts within the Caja window itself. Once executed, the script will show a list of fuse mounts, and the user can select the one he wish to unmount.

Background

Caja supports ssfhs mounts from the GUI. But it does not support unmounting from Caja window (See Caja bug report). Nautilus also has the same problem.

There are two workarounds I found in the Internet, but I dont like any of them

  1. Open terminal and execute fusermount -u <mountpoint>.

    If Caja supports mounting the sshfs from GUI, it should be removable from GUI. It should be that simple.

  2. Use gvfs.

    A gvfs mount does not behave like a local folder. Some application does not work properly. eg. VLC cannot play with public key authentication. (See VLC bug report).

caja-scripts's People

Contributors

osslvr avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

afaidk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.