-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
far2l ecosystem #647
Comments
Added package for Fedora and Centos: https://github.com/polter-rnd/far2l-rpm/ |
ebuild for Gentoo |
ура! Давно пользуюсь в Ubuntu и Debian. Вот бы ещё и для Астры собрать |
По предложению коллеги сделал чатик в телеграме для желающих вот https://t.me/far2l_ru |
I'm thinking about migrating coloring palettes from pseudoregistry into ini file to improve startup speed for poor macos users (see #910 ). Is that a big issue> i know there're reg-based themes distributed somewhere... |
For now its about stuff in REG/HKU/c/k-Software/k-Far2/k-Colors/k-Highlight |
updated my themes with .ini files for highlights. don't know about other themes 🤷♂️ |
seems coloring themes gonna move again, something frightening ripens at config.ini branch.. |
wow, a war on pseudo registry |
aha, and winner will take away https://github.com/elfmz/far2l/blob/master/far2l/registry.cpp |
Small request. If ini file(s) have been changed in far2l's editor, reload the configuration when closing the editor. Or at least not overwrite ini(s) when exiting far2l, even if "automatically save settings" option is enabled. |
Not sure if its possible with feasible effort |
Portable build. Works even on CentOS 7 :) Only one executable: you just upload it to almost any "shared" hosting, and run. TTY-only as intended for remote use. SMB in NetRocks refuses to work properly in portable mode, so no SMB also. https://github.com/unxed/far2l-deb/tree/master/portable Build scrips also published (see howtobuild.txt). Should run on CentOS 7+, Ubuntu 14.04+, Debian 9+, Amazon Linux 2+ and almost any supported distro :) |
|
Installation script for Oracle Linux (tested on aarch64) install_far2l_aarch64_oracle_linux.tar.gz Sorry, no wx, no libarchive, no samba, no webdav. Also python needs some manipulations by hands, see #1164. All other stuff works as expected. Portable version for aarch64 (even with webdav and libarchive!): |
KiTTY 4 far2l: https://github.com/mihmig/KiTTY |
putty-nd with far2l extensions |
https://github.com/proffix4/FAR2L-FEDORA RPM spec of far2l (Linux port of FAR Manager v2). |
A book about Ruby development mentions far2l as recommended file manager:
https://www.sitepoint.com/premium/books/ruby-is-for-fun/read/1/kkg4ugqh/ |
far2l built with wxQt https://build.opensuse.org/package/show/home:AndnoVember:test/far2l-qt |
wxWidgets over qt? Looks little bit weird :), whats point of such configuration? |
far2l extensions support merged to mainline KiTTY: |
far2l net interfaces configuration plugin |
Lots of useful info on far2l in Russian: |
Since May 18 2023 OpenWRT switched from libpcre to libpcre2.
|
Install far2l in Termux from my repository:
|
Ветка форума оригинального Far для Windows, где far2l обсуждать можно: |
far2l for Android (Termux): https://t.me/far2l_ru/9771 |
да уж, фар на андроиде это конечно занимательно.. а оно без клавы хоть немного юзабельно? думаю там как минимум надо всякие твики делать чтоб долгим нажатием выделять файлы по типу Ins'а и т.п. |
В термуксе есть Ins и другие клавиши (см. https://wiki.termux.com/wiki/Touch_Keyboard) , а так внешняя клавиатура в помощь) |
spdlog-devel is optional now. |
How to build on Ubuntu 14.04: |
Building far2l without any dependencies:
|
This is interesting maybe for embedded/low storage devices. Have to play with this |
I am now working on alternative sftp plugin that will not require any dependencies also. Just as multiarc can work without dependencies, acting as a wrapper against command line archivers, that plugin will act as a wrapper against comman line sftp tool. That should be ideal for embedded cases such as openwrt as they already have sftp command line tool inside firmware, but installing any additional libs will eat very expansive space. Also thought about implementing ftp this way, but actually ftp in NetRocks can work without any dependencies, so let's start with sftp for now. |
FAR2L portable nightly builds (x86_64 x86 aarch64 armhf armv7 ppc64le s390x) |
@spvkgn круто! А вы готовы эту историю тащить дальше? Потому что я бы переключился на другие задачи тогда, и просто поставил ссылку на вас у себя. |
@unxed Без проблем |
@spvkgn я правильно понимаю, что все скрипты, необходимые для сборки переносимой версии, у вас тоже свои уже есть, так что я могу у себя их выпилить тоже, чтоб не множить сущности и баги? |
Да |
Для сборки far2l на openSUSE Tumbleweed перед сборкой необходимо установить набор пакетов (названия слегка отличаются от Debian/Ubuntu): |
1st Ubuntu with far2l on board! 🎉 btw, has some problems running in lxc. Workaround here: |
FAR2L Flatpak build (Nightly) |
С GUI или без? |
Доброго дня комрады. Я тут на Rocky Linux release 9.3 (Blue Onyx) ставил far2l. dnf config-manager --set-enabled crb Думаю в вики можно добавить. |
far2l for Astra |
Let's make something like wiki page here on github with links to all projects related to far2l. One of main advantages of Far for Windows was rich ecosystem, and I see no reason why far2l should have lesser possibilities to have a wider one (actually ecosystem already exists and growing, even although main project still declared as alpha). As we have no wiki page (or something like plugring ;) yet, let's start right here.
Macros
A
collection of keyboard macros
for Linux port of FAR v2:https://github.com/corporateshark/far2l-macros, useful for example if you use a MacBookPro 13" keyboard, which doesn't have keys such as Ins.
Plugins
GVFS plugin
(rich set of network protocols supported): https://github.com/cycleg/far-gvfsFUSE plugin
(sshfs usage simplified): https://github.com/unxed/far2l-fuseeditwrap plugin
port: https://github.com/unxed/far2l-EditWrap (good example of rather simple plugin porting)Lua plugin
: https://github.com/shmuz/LuaFAR-2Lsample plugin in FreePascal: https://github.com/unxed/far2l-fpc-helloworld
Compatible apps
putty4far2l
- putty fork with far2l terminal extensions (all hotkeys, clipboard):https://github.com/unxed/putty4far2l
kitty
- terminal with far2l extensions also supported:https://github.com/cyd01/KiTTY
Far2lRestore
- imports Windows Far .reg settings to far2l:http://alter.org.ua/ru/soft/linux/far2l_reg/
Packages/builds/build scripts
PPA
: https://launchpad.net/~far2l-team/+archive/ubuntu/ppaCustom
.deb
's: https://github.com/unxed/far2l-deb/Amazon Linux
build script: https://github.com/unxed/far2l-deb/blob/master/misc/amazon_linux_far2l.shFedora
build howto: https://github.com/nvv13/far2l/commit/c94226c4ffb68f6a21c263cda6ba94338a03e51dAlt Linux
build spec: vitlav@9e6b6daCygwin
howto: #583 (comment)nixpkgs
(linux & darwin): https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/far2lrpm
(centos/fedora): https://github.com/polter-rnd/far2l-rpm/portable build
(for "shared" hosting, etc): #647 (comment)Notable forks (see branches also)
Alter1
(slow copy fix, unicode detection fix, KOI8-U, etc) https://github.com/Alter-1/far2lha3flt
(hidden files display mode shown) https://github.com/ha3flt/far2ll-4-l
(pdf support in multiarc) https://github.com/l-4-l/far2lsvost
(large code cleanup work) https://github.com/svost/far2lsingalen
(macos build fixes) https://github.com/singalen/far2lshmuz
(adoption for better Lua support): https://github.com/shmuz/far2lColors
Monokai-inspired color theme #791 (comment)
The text was updated successfully, but these errors were encountered: