FarNet 7.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FarNet --version 7.0.4
NuGet\Install-Package FarNet -Version 7.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FarNet" Version="7.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FarNet --version 7.0.4
#r "nuget: FarNet, 7.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FarNet as a Cake Addin
#addin nuget:?package=FarNet&version=7.0.4

// Install FarNet as a Cake Tool
#tool nuget:?package=FarNet&version=7.0.4

FarNet

Far Manager platform for .NET modules and scripts in PowerShell, F#, JavaScript

  • Wiki - framework, modules, libraries
  • Issues - bug reports and problems
  • Discussions - questions and ideas

Prerequisites

.NET 7

Download and install .NET 7 SDK or runtime. SDK is needed for developing FarNet modules but recommended in any case.

Check for existing installations by these commands:

dotnet --version
dotnet --info

Visual C++ Redistributable

Look at the installed programs and find entries like:

  • Microsoft Visual C++ 2015-2022 Redistributable (x64)
  • Microsoft Visual C++ 2015-2022 Redistributable (x86)

If they are missing, then install the required. Links are not provided, they keep changing.

Far Manager

Choose the required from downloads.
Normally the stable build is recommended.

Install using PowerShell

This way avoids manual steps and allows updates later.

Close Far Manager and start the PowerShell console.

Change to the Far Manager directory

Set-Location "C:\Program Files\Far Manager"

Import Far package functions

Invoke-Expression (Invoke-WebRequest https://raw.githubusercontent.com/nightroman/FarNet/master/web.ps1)

If it fails on older systems, try

[Net.ServicePointManager]::SecurityProtocol = "Tls11,Tls12,$([Net.ServicePointManager]::SecurityProtocol)"
Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/nightroman/FarNet/master/web.ps1')

Install FarNet

Install-FarPackage FarNet

Install modules

Install-FarPackage FarNet.CopyColor
Install-FarPackage FarNet.Drawer
Install-FarPackage FarNet.EditorKit
Install-FarPackage FarNet.Explore
Install-FarPackage FarNet.FolderChart
Install-FarPackage FarNet.FSharpFar
Install-FarPackage FarNet.JavaScriptFar
Install-FarPackage FarNet.PowerShellFar
Install-FarPackage FarNet.RightControl
Install-FarPackage FarNet.RightWords
Install-FarPackage FarNet.Vessel

Install libraries

Install-FarPackage FarNet.FSharp.Charting
Install-FarPackage FarNet.FSharp.Data
Install-FarPackage FarNet.FSharp.PowerShell
Install-FarPackage FarNet.FSharp.Unquote
Install-FarPackage FarNet.ScottPlot
Install-FarPackage FarNet.SQLite

You may start Far Manager after this. Modules are installed in %FARHOME%\FarNet\Modules. Libraries are installed in %FARHOME%\FarNet\Lib.

Update using PowerShell

FarNet packages installed by Install-FarPackage may be updated in the same way.

Close Far Manager, open PowerShell console, and invoke

Set-Location "C:\Program Files\Far Manager"
Invoke-Expression (Invoke-WebRequest https://raw.githubusercontent.com/nightroman/FarNet/master/web.ps1)

To update all packages, use

Update-FarPackage

To update one package, use Install-FarPackage

Install-FarPackage FarNet.PowerShellFar

To remove one package, use Uninstall-FarPackage

Uninstall-FarPackage FarNet.PowerShellFar

Install packages manually

Given a package Bar, download it as:

https://nuget.org/api/v2/package/Bar

The downloaded file name is Bar.<version>.nupkg. This is a zip archive, you may save it with the zip extension for easier unpacking.

All needed files are in the folder tools. This folder contains FarHome and may contain FarHome.x64 and FarHome.x86 folders.

Copy FarHome items to the Far Manager home directory preserving the folder structure. For example, by this command in Far Manager:

robocopy FarHome "%FARHOME%" /s

If FarHome.x64 and FarHome.x86 exist then, depending on x64 or x86, copy items of FarHome.x64 or FarHome.x86 to Far Manager:

robocopy FarHome.x64 "%FARHOME%" /s
robocopy FarHome.x86 "%FARHOME%" /s
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.6 188 2/3/2024
8.1.5 149 1/8/2024
8.1.4 98 1/7/2024
8.1.3 125 1/5/2024
8.1.2 120 1/2/2024
8.1.1 119 1/2/2024
8.1.0 133 1/1/2024
8.0.3 175 12/22/2023
8.0.2 148 12/12/2023
8.0.1 117 11/21/2023
8.0.0 83 11/19/2023
7.0.14 91 11/15/2023
7.0.13 141 11/14/2023
7.0.12 253 10/26/2023
7.0.11 357 5/29/2023
7.0.10 144 5/28/2023
7.0.9 214 4/27/2023
7.0.8 206 4/22/2023
7.0.7 212 4/9/2023
7.0.6 304 3/14/2023
7.0.5 328 1/1/2023
7.0.4 319 12/28/2022
7.0.3 327 12/17/2022
7.0.2 353 11/29/2022
7.0.1 341 11/29/2022
7.0.0 379 11/18/2022
6.0.27 406 11/8/2022
6.0.26 359 11/7/2022
6.0.25 371 11/4/2022
6.0.24 395 11/1/2022
6.0.23 407 10/29/2022
6.0.22 424 10/20/2022
6.0.21 432 10/20/2022
6.0.20 457 10/11/2022
6.0.19 387 10/5/2022
6.0.18 384 10/4/2022
6.0.17 381 9/30/2022
6.0.16 486 9/15/2022
6.0.15 460 9/12/2022
6.0.14 436 9/4/2022
6.0.13 413 9/2/2022
6.0.12 402 9/1/2022
6.0.11 446 8/28/2022
6.0.10 447 8/27/2022
6.0.9 449 8/26/2022
6.0.8 452 8/25/2022
6.0.7 438 8/25/2022
6.0.6 472 8/25/2022
6.0.5 461 8/22/2022
6.0.4 411 8/20/2022
6.0.3 445 8/5/2022
6.0.2 434 8/4/2022
6.0.1 475 7/31/2022
6.0.0 462 7/19/2022
5.9.4 519 7/10/2022
5.9.3 457 7/8/2022
5.9.2 461 6/12/2022
5.9.1 442 6/9/2022
5.9.0 568 5/12/2022
5.8.4 533 3/9/2022
5.8.3 559 3/6/2022
5.8.2 352 1/10/2022
5.8.1 317 1/7/2022
5.8.0 303 1/3/2022
5.7.4 322 12/27/2021
5.7.3 335 12/24/2021
5.7.2 354 12/18/2021
5.7.1 336 12/14/2021
5.7.0 457 12/13/2021
5.6.2 337 12/9/2021
5.6.1 339 12/5/2021
5.6.0 966 12/3/2021
5.5.3 336 11/28/2021
5.5.2 391 11/4/2021
5.5.1 505 8/12/2021
5.5.0 475 6/30/2021
5.4.23 395 6/28/2021
5.4.22 414 6/17/2021
5.4.21 440 5/6/2021
5.4.20 571 2/11/2021
5.4.19 466 1/10/2021
5.4.18 449 1/8/2021
5.4.17 422 1/5/2021
5.4.16 418 1/4/2021
5.4.15 472 1/3/2021
5.4.14 455 1/3/2021
5.4.13 508 1/1/2021
5.4.12 482 12/26/2020
5.4.11 437 12/24/2020
5.4.10 484 12/21/2020
5.4.9 459 12/19/2020
5.4.8 522 12/16/2020
5.4.7 459 12/14/2020
5.4.6 484 12/11/2020
5.4.5 452 12/9/2020
5.4.4 514 12/1/2020
5.4.3 510 11/29/2020
5.4.2 465 11/25/2020
5.4.1 481 11/22/2020
5.4.0 534 10/28/2020
5.3.2 517 10/26/2020
5.3.1 620 7/24/2020
5.3.0 523 7/20/2020
5.2.24 874 2/24/2020
5.2.23 694 1/21/2020
5.2.22 630 1/18/2020
5.2.21 629 1/18/2020
5.2.20 804 8/9/2019
5.2.19 603 7/13/2019
5.2.18 1,119 1/28/2019
5.2.17 950 11/3/2018
5.2.16 954 9/13/2018
5.2.15 950 9/2/2018
5.2.14 927 8/25/2018
5.2.13 1,041 6/12/2018
5.2.12 1,156 4/4/2018
5.2.11 1,104 3/17/2018
5.2.10 1,117 3/5/2018
5.2.9 1,104 2/5/2018
5.2.8 1,244 10/24/2017
5.2.7 975 10/10/2017
5.2.6 1,059 9/7/2017
5.2.5 973 8/26/2017
5.2.4 1,042 7/22/2017
5.2.3 1,546 10/15/2016
5.2.2 1,116 10/14/2016
5.2.1 1,095 10/11/2016
5.2.0 1,180 9/8/2016
5.1.3 1,154 8/31/2016
5.1.2 1,114 8/26/2016
5.1.1 1,093 8/24/2016
5.1.0 1,124 8/9/2016
5.0.68 1,260 7/2/2016
5.0.67 1,302 5/4/2016
5.0.66 1,107 4/28/2016
5.0.65 1,174 4/3/2016
5.0.64 1,135 3/24/2016
5.0.63 2,075 3/23/2015
5.0.62 1,173 3/16/2015
5.0.61 1,227 3/2/2015
5.0.60 1,684 10/30/2014
5.0.59 1,270 10/27/2014
5.0.58 1,243 10/18/2014
5.0.57 1,523 9/18/2014
5.0.56 1,323 9/4/2014
5.0.55 1,381 8/12/2014
5.0.54 1,294 7/27/2014
5.0.53 1,242 7/24/2014
5.0.52 1,303 7/20/2014
5.0.51 1,313 7/1/2014
5.0.50 1,664 6/4/2014
5.0.49 1,623 4/6/2014
5.0.48 1,496 3/26/2014
5.0.47 1,256 3/25/2014
5.0.46 1,348 3/21/2014
5.0.45 1,249 3/18/2014
5.0.44 1,249 3/17/2014
5.0.43 1,269 3/10/2014
5.0.42 1,199 3/8/2014
5.0.41 1,258 3/2/2014
5.0.40 1,306 1/1/2014
5.0.39 1,223 12/30/2013