Code Monkey home page Code Monkey logo

fpsh's Introduction

The Free Pascal Shell (FPSH)

This is a shell for operating systems, not an interpreter for Pascal!

Features

This has basic things of a shell:

  • Customizable shell prompt

  • Switching between directories

  • Command history (in fact it works on some platforms without any code from me - yes from RTL!)

This shell is mainly made for FPOS (Free Pascal Operating System) but also available for other OSes to use.

Building

Install make, git and of course fpc.

Clone this project.

Run make all or make build to fetch submodules and build. After that run src/fsh.

Set NO_SMARTLINK to 1 to turn off smart linking option for fpc, also NO_STRIP to 1 to stop stripping the binary. Set DEBUG to 1 to add developer-oriented (add debug symbols etc) to the compiler. All of these are environment variables.

Run the program with DEBUG=1 will enable FPSH's debugging messages, even in production builds.

TODOs

  • Add popd and pushd implementations (testing right now)

  • Add aliases support (partially works)

  • Add environment variables support (soon)

fpsh's People

Contributors

lebao3105 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.