Skip to content
/ ascew Public

A Simple Console Emulator for Windows

License

Notifications You must be signed in to change notification settings

zauberen/ascew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Console Emulator for Windows

CodeFactor

This is a simple shell (I didn't know the correct term at the time when I wrote this) which gives some basic improvements to the default Windows command line shell. This release includes the following features:

  • Configuration to change the color of the directory and input/output text
  • Configuration to change the background color
  • Aliases akin to bash's aliases, also configured in the configuration file
  • Ability to change drives (main benefit when I wrote this)

To Install

Get the files:

  • For nightly builds clone the master or devel branch and check the bin directory
  • For stable builds go to the release tab

Next:

  • Copy ascew.exe, the libraries (dll files), and optionally the config file into the directory of your choice
  • After that you're ready to go!