From 8296a1dd8260f0ca6c8e261dbd34280ca9a8e76b Mon Sep 17 00:00:00 2001 From: akruphi <92621645+akruphi@users.noreply.github.com> Date: Sun, 5 May 2024 12:13:19 +0300 Subject: [PATCH] readme update --- README.md | 41 +++++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4ba041db..d685dac1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [![Cirrus Build Status](https://api.cirrus-ci.com/github/elfmz/far2l.svg)](https://cirrus-ci.com/github/elfmz/far2l) [![Coverage Status](https://codecov.io/gh/elfmz/far2l/coverage.svg?branch=master)](https://codecov.io/gh/elfmz/far2l?branch=master) [![Coverity Scan](https://scan.coverity.com/projects/27038/badge.svg)](https://scan.coverity.com/projects/elfmz-far2l) [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/elfmz/far2l.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/elfmz/far2l/context:cpp) [![Packages](https://repology.org/badge/tiny-repos/far2l.svg)](https://repology.org/project/far2l) # far2l [![tag](https://img.shields.io/github/tag/elfmz/far2l.svg)](https://github.com/elfmz/far2l/tags) -Linux fork of FAR Manager v2 (http://farmanager.com/) -Works also on OSX/MacOS and BSD (but latter not tested on regular manner) -BETA VERSION. +Linux fork of FAR Manager v2 (http://farmanager.com/) +Works also on OSX/MacOS and BSD (but latter not tested on regular manner) +BETA VERSION. **Use on your own risk!** Plug-ins that are currently working: NetRocks (SFTP/SCP/FTP/FTPS/SMB/NFS/WebDAV), colorer, multiarc, tmppanel, align, autowrap, drawline, editcase, SimpleIndent, Calculator, Python (optional scripting support) @@ -24,7 +24,7 @@ FreeBSD/MacOS (Cirrus CI): [![Cirrus](https://api.cirrus-ci.com/github/elfmz/far ## Installing, Running -#### Debian/Ubuntu 23.10+ binaries +#### Debian/Ubuntu 23.10+ binaries (with TTY X/Xi backends only) ```sh apt-get install far2l @@ -50,6 +50,8 @@ docker build . -l far2l docker run -it far2l ``` +See also [Community packages & binaries](#community_bins) + ## Building, Contributing, Hacking #### Required dependencies @@ -236,7 +238,7 @@ nix-shell -I nixpkgs=https://github.com//nixpkgs/archive/ +### Community packages & binaries + + _They are mainteined by enthusiasts and may be not exact with master: sometimes has extra plugins, sometimes has tweak, etc._ + + * **Portable** (_with TTY X/Xi backend_) | **AppImage** (_with wx-GUI and some extra plugins_): https://github.com/spvkgn/far2l-portable/releases + * **Ubuntu** and **Mint** from PPA with fresh far2l: https://launchpad.net/~far2l-team/+archive/ubuntu/ppa + * **Fedora** and **CentOS**: https://copr.fedorainfracloud.org/coprs/polter/far2l + * **OpenSUSE**, **Fedora**, **Ubuntu**: https://download.opensuse.org/repositories/home:/viklequick/ + * **OpenWrt**: https://github.com/spvkgn/far2l-openwrt + * **Termux**: https://github.com/spvkgn/far2l-termux + * **Flatpak**: https://github.com/spvkgn/far2l-flatpak (access only to part of real filesystem via sandbox) + + See also in https://github.com/elfmz/far2l/issues/647 ## Notes on porting and FAR Plugin API changes * See [HACKING.md](HACKING.md) -- 2.11.4.GIT