Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Python plugin for FarManager

License

NotificationsYou must be signed in to change notification settings

m32/far3python

Repository files navigation

The python plugin has only one purpose - to facilitate the writing of scripts that extend the capabilities of FarManager.

Useful links

Howto

  • Just place far3python.dll and far3 directory inside plugins path searched by FarManager.

  • Logging and logger configurationThere is a logger.ini file, you can set your own log information preferences there.By default, the log is saved to the file w:/temp/far3-py.log.

  • Fundamentals

  • plugins must be accessible via PYTHONPATH

  • the plugins are loaded with the command "py:load filename" for example py:load ucharmap

  • unloading the plugin is done with the command "py:unload filename" for example py:unload ucharmap

  • ucharmap - an example plugin showing part of the UTF-8 character setF11 + "Python Character Map" - display its dialogafter pressing Enter/OK selected character is coppied into clipboard, character selection is donewith mouse or arrows

  • utranslate - how to use Google translate for spellchecker and text translationF11 + "Python Translate" - display help dialog

Testing

Implementation status

Basic API

Export functions

Service functions

Panel API

Export functions

Service functions

Editor API

Export functions

Service functions

Viewer API

Export functions

Service functions

Dialog API

Export functions

Service functions

Settings API

Export functions

Service functions

Plugin Manager API

Service functions

Miscellaneous API

Export functions

Service functions

Macro API

Service functions

License

This project is licensed under the terms of the MIT license.

SeeLICENSE-MIT


[8]ページ先頭

©2009-2025 Movatter.jp