Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malxau/yori
Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
https://github.com/malxau/yori
cmd command-line shell terminal win32 windows yori
Last synced: 2 months ago
JSON representation
Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
- Host: GitHub
- URL: https://github.com/malxau/yori
- Owner: malxau
- License: mit
- Created: 2018-04-01T23:29:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T01:17:35.000Z (4 months ago)
- Last Synced: 2024-09-09T02:36:03.668Z (4 months ago)
- Topics: cmd, command-line, shell, terminal, win32, windows, yori
- Language: C
- Homepage: http://www.malsmith.net/yori/
- Size: 4.4 MB
- Stars: 1,227
- Watchers: 13
- Forks: 30
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - malxau/yori - Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more. (C)
- jimsghstars - malxau/yori - Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more. (C)
README
# Yori: CMD reimagined
## Code status update
This project has been a fun respite from corporate life, and Github is now requiring 2FA for contributions, which seems like a good time to go elsewhere. I'm supposed to lose this account in the next day or two, so if code updates stop soon, that's why.
## Intro
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. For build options, run "NMAKE buildhelp".
## 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 |
|---------|----------------|
| Nano Server | Use the native [AMD64 installer](). |
| 95, 98 or Me | These releases are not supported and extensive changes would be required to execute on them. |
| NT 4 for MIPS | Use the [MIPS installer]() . |