Code Monkey home page Code Monkey logo

tfate's Introduction

Text User Interface for FATE

This project provides a simple terminal user interface to the fate editor.

How to install

First clone the project, including submodules, in a folder of your choice.

git clone --recursive https://github.com/Chiel92/tfate

To update your clone of tfate to the latest version, run

git pull && git submodule update --init --recursive

There are several options that enable you to start fate from commandline with the command fate.

###Ubuntu

  • Add an alias to your .bashrc, like alias fate="python3 /path/to/tfate/main.py".
  • Create a shell script, e.g. name fate, which just contains the call python3 /path/to/tfate/main.py and make sure its folder is in your PATH.

###Windows Add a startup script to a folder which is in your PATH. Let's assume that C:\bin is in your path. To be able to start fate from a DOS-like prompt, add a file named fate.bat to C:\bin with contents similar to

"C:\Program Files (x86)\Python 3.5\python.exe" C:\path\to\tfate\main.py %*

To be able to start fate from a UNIX-like prompt, such as CYGWIN, add a file named fate to C:\bin with contents similar to

"C:/Program Files (x86)/Python 3.5/python.exe" /c/path/to/tfate/main.py $@

In the latter case you could of course also decide to define an alias.

Todo

###SHORT TERM

  • Fix bug related to viewport_offset not setting
  • Merge commandwin and promptwin
  • Make drawing chars robust and work with unicode for windows and linux possible solution: use preferred encoding before drawing to screen
  • Fix drawing undotree

###LONG TERM

  • Improve navigating through display of text
  • Allow easy hide/show/placement of windows
  • Unicode art and colors!

tfate's People

Contributors

chtenb avatar

Stargazers

Mattias avatar

Watchers

 avatar Mattias 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.