DotFetch.NET is basically .NET port of DotFetch which is re-written in C#. If you want to take a look at original DotFetch , you can find it here. DotFetch.NET displays information about your operating system, software and hardware in an way similar to DotFetch , but it's little more time efficient than original DotFetch.
- Clone DotFetch.NET source code and build it using Visual Studio.
- Build DotFetch.NET using
dotnet restore
anddotnet build
command respectively on command line.
Note:- .NET 6.0 is required to build DotFetch.NET
Follow these simple steps to install DotFetch.NET:
- Set your execution policy to RemoteSigned by running
Set-ExecutionPolicy RemoteSigned
on an Administrative instance of PowerShell. - Download the
DotFetch.Binary.rar
file from here and extract theDotFetch Binary
folder. This folder contains all the required binary files to runDotFetch.NET
. Alternatively, you can buildDotFetch.NET
from source code and use the .exe. - Move the
DotFetch Binary
folder somewhere you prefer. For example, you can move it to yourC:\Program Files
folder. Don't delete or rename any file in theDotFetch Binary
folder. - Put the directory path till
DotFetch Binary
folder into path under Environment Variables. For example, if you moved theDotFetch Binary
folder toC:\Program Files\
, you need to putC:\Program Files\DotFetch Binary
into path under Environment Variables. - Now open PowerShell & type
notepad $profile
. - Put below line inside the file and save.
DotFetch.NET
- Re-Launch PowerShell & you are good to go.
- If you find any bug in DotFetch.NET , you are requested to submit a issue with error messages and diagnostic information.
You can go through this Repository to customize your Terminal.