包装Nautilus脚本以在Thunar文件管理器中使用

tuna-wrap的Python项目详细描述


说明

在thunar文件管理器中运行nautilus脚本。金枪鱼裹 Nautilus文件管理器脚本从Thunars自定义操作运行这些脚本。

许可证

MIT License

注释

  • Only tested on ubuntu with nautilus scripts written in python
  • Only tested with python3

功能

  • share you scripts between Thunar, Nautilus and Nemo
  • very easy use

安装

安装/卸载

with pip

pip3 install tuna-wrap

pip3 uninstall tuna-wrap

或setup.py

  1. Unpack your package.
  2. Open a terminal and change to the folder which contains the setup.py and type
python setup.py install

设置

  • Edit your Thunar custom actions in following scheme: tuna-wrap “YOUR NAUTILUS SCRIPT NAME” “%d” “%N”

  • Make sure your scripts are in one of these places:

    ~/.local/share/nautilus/scripts/ ~/.scripts/ ~/.local/share/nemo/scripts/

  • 不要忘记使脚本可执行

用法

  • Use it as your other custom actions
  • get this readme with: tuna-wrap –help

提示

  • The logfile is stored in you home directory: ~/.tuna-wrap.log
  • For a more verbose tuna-wrap output add “DEBUG” as last argument

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何将日期字符串解析为整数变量?   java如何在Spring3+WS2+中使用注释、JibxMarshalling或使用xml配置配置JibxMarshalling和unmarshalling?   安装Oracle Jdeveloper时mac中出现java安装错误。   设置自动保存计时器以在java中定期保存文件(但不使用任何JavaFXAPI)的最佳策略是什么?   模板获取handlebar java中迭代器列表的长度   java如何在特定JAX RS调用中排除对象中的字段?   在Struts 2中抛出NullPointerException的java getText()方法   java比较捐献者和接受者的血型   fedora Java向后兼容性   字符串Java替换多个字符   复制BuffereImage时出现java数组索引错误   并行处理Java 8并行流findFirst   java关闭应用程序后如何离开服务?   Java:Tesseractocr:如何查找单词坐标?