GithubHelp home page GithubHelp logo

pizchen / fatty Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juho-p/fatty

0.0 1.0 0.0 1.64 MB

Tabbed terminal for Cygwin based on mintty

License: GNU General Public License v3.0

Makefile 0.34% C 94.55% C++ 5.12%

fatty's Introduction

FaTTY

FaTTY

FaTTY is the Cygwin Terminal emulator with tabs. It is useful for Windows and Cygwin users who want powerful terminal.

FaTTY is based on mintty. The main difference to mintty is that you can run multiple session in single window using tabs.

  • Most features from mintty should work
  • To create new tab, press ctrl-shift-T
  • ctrl-shift-W closes the tab
  • To change active tab, click it with mouse or press shift-(left arrow|right arrow)
  • To move tab, press ctrl-shift-(arrow direction)

If you find bugs (there are probably many), you may report them on Github or send pull requests

Installing

To install, run cygwin setup*.exe and have at least following packages marked for install:

  • gcc-g++
  • make
  • w32api-headers
  • git

Then, in Cygwin terminal run following commands:

git clone https://github.com/juho-p/fatty.git
cd fatty
make
cp src/fatty.exe /bin

You can then try running it by typing fatty

Then you probably want to create shortcut to your Windows desktop to run fatty. After that, you have decent terminal with tabs for your Cygwin!

To spawn a new tab, for example in a desktop shortcut, use fatty -b "source $HOME/.bashrc; uname -a; exec bash". You can spawn multiple tabs by providing -b option multiple times (fatty -b "commands for tab 1" -b "commands for tab 2" ...). Always execute bash (or other shell of your choice).

You might also want to remove the line cd "${HOME}" from /etc/profile (if there are such line) if you want your new tabs to open same directory as your current tab.

fatty's People

Contributors

juho-p avatar mintty avatar paolo-sz avatar xandox avatar marcpaquette-acceo avatar tobiasmuehl avatar aviduda avatar pwwang 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.