包装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如何显示因用户而异的SQLite存储数据?   转换java。sql。将映射传递给Jackon的valueToTree方法时StringNode的时间戳   从java中的列表json获取值   unicode Java字符存储在什么编码中?   java如何让Spring数据存储库中的默认方法命中缓存?   java使用readClassDescriptor()和resolveClass()来允许序列化版本控制   数组通过另一个矩阵的一部分填充矩阵   如果包含使用正则表达式的字符串,则替换父XML标记的java   java清除SharedReference中的单个变量   java将变量值从一个jsp页面传输到另一个jsp页面   java JDBC+SQLite:DriveManager不加载所需的驱动程序   相同源代码的java Kotlin构建生成不同的二进制文件   Java中的元组枚举