Skip to content

AmethystProductions/Falsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falsh

Falsh is a bash-like shell for Windows, although it should (in theory) work on macOS and Linux too. It uses .NET Framework 4.7.1 and is written in C#.

It is intended to eventually be cross-platform, compiled to a native executable using CoreRT. For now it must be run using dotnet falsh.dll so it is not the most convenient to use.

Features

  • Will execute any command line program and show its output. Currently it is not possible to write to stdin, but this will come soon.
  • Built-in commands for directory changing (cd and pwd).
  • WIP: command history. Persists between runs and has a configurable buffer size.
  • WIP: glob for files/directories.
  • WIP: UNIX-style pipes.

Long-Term Goals

  • Full bash-style scripting capabilities.

License

Copyright (C) Andrew Castillo 2018 Released under the MIT License. See the LICENSE file for more information.

About

Bash-like shell for Windows and (theoretically) Mac/Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages