Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ yori Public
forked from malxau/yori

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.

License

Notifications You must be signed in to change notification settings

killvxk/yori

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yori: CMD reimagined

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more. It includes a handful of native Win32 tools that implement commonly needed tasks which can be used with any shell.

Build

Compiling currently requires Visual C++, version 2 or newer. To compile, run NMAKE. Once compiled, YMAKE.EXE allows for more efficient subsequent compilation, using all cores in the machine.

License

Yori is available under the MIT license.

System requirements

For the core shell and components, NT 3.1 or newer for 32 bit; XP 64 or newer for 64 bit. Individual features may require newer versions. Note the ysetup.exe installer works best with NT 4 and IE 4 or newer.

To install on older versions:

Release Considerations
95, 98 or Me These releases are not supported and extensive changes would be required to execute on them.
NT 4 with IE 3 Installer cannot create shortcuts, they must be created manually
NT 4 with IE 2 Install the wintdist.exe redistributable which contains the IE 3 wininet.dll before running the installer. The installer cannot create shortcuts.
NT 3.5x Install the wint351.exe redistributable which contains the IE 3 wininet.dll before running the installer. The installer cannot create program manager groups or items.
NT 3.1 No installer exists. Files must be copies to the machine manually.

About

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.4%
  • Makefile 1.4%
  • Other 1.2%