文件名称:Core:Core插件实现了fman的大多数功能
文件大小:1.4MB
文件格式:ZIP
更新时间:2024-05-23 20:35:34
fman Python
核
Core插件实现了的大多数功能,例如复制文件,导航到文件夹等。它很大程度上依赖于 。 fman使用其自己的插件系统来确保API足够稳定和强大,足以在现实世界中使用。
例子
定义默认的键绑定
定义fman的视觉外观(在)
几乎实现了所有命令
让fman处理本地硬盘驱动器上的文件
添加了对ZIP文件的支持
执照
该存储库仅出于教育目的而公开。 您只能使用它来实现插件。 您不允许将此代码的任何部分用于其他项目,尤其是不能实现其他文件管理器。
安装目录中的位置
您也可以在fman安装目录中找到这些源文件。 它们的确切路径取决于您的操作系统:
Windows: C:/Users/
【文件预览】:
Core-master
----.gitignore(28B)
----Core Settings (Mac).json(169B)
----Key Bindings (Windows).json(1KB)
----README.md(1KB)
----.extrafiles(120B)
----bin()
--------mac()
--------windows()
--------linux()
----Context Menu (Windows).json(808B)
----File Context Menu (Windows).json(646B)
----Core Settings (Windows).json(197B)
----Theme (Linux).css(66B)
----File Context Menu (Linux).json(537B)
----Folder Context Menu (Windows).json(295B)
----File Context Menu (Mac).json(489B)
----Folder Context Menu (Linux).json(184B)
----Core Settings.json(147B)
----Key Bindings (Linux).json(1KB)
----Key Bindings (Mac).json(1KB)
----Theme.css(580B)
----Key Bindings.json(2KB)
----Theme (Mac).css(196B)
----Theme (Windows).css(67B)
----.editorconfig(259B)
----core()
--------tests()
--------fs()
--------util.py(1KB)
--------trash.py(1KB)
--------github.py(3KB)
--------__init__.py(3KB)
--------quicksearch_matchers.py(1KB)
--------fileoperations.py(8KB)
--------commands()
--------os_.py(3KB)
----Context Menu (Linux).json(624B)
----Folder Context Menu (Mac).json(206B)