actions-for-nautilus | file manager that allows you to add arbitrary actions

 by   bassmanitram JavaScript Version: v1.5.1 License: Apache-2.0

kandi X-RAY | actions-for-nautilus Summary

kandi X-RAY | actions-for-nautilus Summary

actions-for-nautilus is a JavaScript library. actions-for-nautilus has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

An extension to the Gnome Files file manager (otherwise known as Nautilus) that allows you to add arbitrary actions to the Gnome Files selection context menu. This extension is a "replacement" for the now-defunct Nautilus file manager functionality of the filemanager/nautilus-actions project.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              actions-for-nautilus has a low active ecosystem.
              It has 31 star(s) with 5 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 10 have been closed. On average issues are closed in 8 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of actions-for-nautilus is v1.5.1

            kandi-Quality Quality

              actions-for-nautilus has no bugs reported.

            kandi-Security Security

              actions-for-nautilus has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              actions-for-nautilus is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              actions-for-nautilus releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of actions-for-nautilus
            Get all kandi verified functions for this library.

            actions-for-nautilus Key Features

            No Key Features are available at this moment for actions-for-nautilus.

            actions-for-nautilus Examples and Code Snippets

            Configuration reference,Top level structure
            HTMLdot img1Lines of Code : 20dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            {
              "actions": [
                {
                  ...
                },
                "sort": "manual or auto"
              ]
            }
            
                {
                  "type": "command",
                  "label": "My Command",
                  ...
                },
                {
                  "type": "menu",
                  "label": "My Sub Menu",
                  ...
                },
                ...
            
              
            Configuration reference,Command actions
            HTMLdot img2Lines of Code : 19dot img2License : Permissive (Apache-2.0)
            copy iconCopy
                ...
                {
                  "type": "command",
                  "label": "My Command",
                  command_line: "my-script.sh %F %c",
                  cwd: "%d",
                  use_shell: true,
                  max_items: 1,
                  "mimetypes": [
                    ...
                  ],
                  "filetypes": [
                    ...
                   
            Configuration reference,Menu actions
            HTMLdot img3Lines of Code : 10dot img3License : Permissive (Apache-2.0)
            copy iconCopy
                ...
                {
                  "type": "menu",
                  "label": "My Sub Menu",
                  "actions": [
                    ...
                  ],
                  "sort": "manual or auto"
                },
                ...
              

            Community Discussions

            No Community Discussions are available at this moment for actions-for-nautilus.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install actions-for-nautilus

            Firstly, of course, the extension relies upon GNOME and GNOME Files (aka Nautilus) being installed. Then it relies on python 3+, nautilus-python, and certain process management tools (which are likely already installed but just in case :)).
            Fedora sudo dnf install nautilus-python python3-gobject procps-ng js-jquery
            Ubuntu sudo apt install python3-nautilus python3-gi procps libjs-jquery
            Arch sudo pacman -S python-nautilus python-gobject procps-ng jquery
            To install the extension manually, then, you will need to follow these steps:. If you don't have the git or make commands in your system, simply install them in the same way you installed the other dependencies. On first installation, you won't see anything different in the Nautilus context menus, because you need to have a working configuration for anything to change. The sample configuration will be installed for the user simply by starting the configuration UI.
            git clone https://github.com/bassmanitram/actions-for-nautilus.git
            cd actions-for-nautilus
            make install to install for only your use, or sudo make install_global to install for all users.
            You may have to restart the Gnome shell in order to see the configuration application in your desktop applications list

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/bassmanitram/actions-for-nautilus.git

          • CLI

            gh repo clone bassmanitram/actions-for-nautilus

          • sshUrl

            git@github.com:bassmanitram/actions-for-nautilus.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular JavaScript Libraries

            freeCodeCamp

            by freeCodeCamp

            vue

            by vuejs

            react

            by facebook

            bootstrap

            by twbs

            Try Top Libraries by bassmanitram

            recastai-recognizer

            by bassmanitramJavaScript

            XR18-Raspberry-Pi-Tools

            by bassmanitramShell

            yet-another-simple-request

            by bassmanitramJavaScript