{"id":18035824,"url":"https://github.com/echo-devim/nautilusaccelsmanager","last_synced_at":"2025-03-27T08:30:35.646Z","repository":{"id":82335411,"uuid":"46213525","full_name":"echo-devim/nautilusaccelsmanager","owner":"echo-devim","description":"GUI to manage the Nautilus shortcuts to launch its scripts","archived":false,"fork":false,"pushed_at":"2016-12-30T18:42:16.000Z","size":46,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T10:35:51.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/echo-devim.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-15T10:41:36.000Z","updated_at":"2022-12-15T12:08:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"72b6cbde-541e-42ee-93bd-41da9664f5dc","html_url":"https://github.com/echo-devim/nautilusaccelsmanager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnautilusaccelsmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnautilusaccelsmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnautilusaccelsmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnautilusaccelsmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echo-devim","download_url":"https://codeload.github.com/echo-devim/nautilusaccelsmanager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245809566,"owners_count":20676010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T12:10:22.762Z","updated_at":"2025-03-27T08:30:35.638Z","avatar_url":"https://github.com/echo-devim.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NautilusAccelsManager\n\nNautilus (the GNOME file manager) supports a new feature to define custom shortcuts to launch the scripts in the special scripts folder.\n\nThe special scripts folder is:\n`~/.local/share/nautilus/scripts` and here you can put any executable you want and it will appear in the right-click context-menu.\n\nThe shortcut configuration file is `~/.config/nautilus/scripts-accels` and here you can define your custom shortcuts.\n\nI wrote NautilusAccelsManager to edit this file with a gui.\n\nAn example to open the terminal in the current working directory is by creating a script called Terminal (or the name that you prefer) with the following content:\n```\n#! /bin/sh\ngnome-terminal\n```\nand using the gui set the preferred shortcut to launch it.\n\n![screenshot](https://raw.githubusercontent.com/echo-devim/nautilusaccelsmanager/master/NAM.jpg \"NAM\")\n\n### Details\nEvery script will run in the context of the current directory and Nautilus will pass to it all the file name of the selected files in the folder. You can also use some environment variable to get more information like:\n\n- NAUTILUS_SCRIPT_SELECTED_FILE_PATHS\n- NAUTILUS_SCRIPT_SELECTED_URIS\n- NAUTILUS_SCRIPT_CURRENT_URI\n- NAUTILUS_SCRIPT_WINDOW_GEOMETRY\n\nThis is the link of the commit that introduce the new feature:\nhttps://git.gnome.org/browse/nautilus/commit/?id=9fe1335\n\n## License\nGPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecho-devim%2Fnautilusaccelsmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecho-devim%2Fnautilusaccelsmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecho-devim%2Fnautilusaccelsmanager/lists"}