fatty

Tabbed terminal for Cygwin based on mintty

  • 所有者: juho-p/fatty
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者juho-p/fatty
主编程语言C
编程语言Makefile (语言数: 3)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2015-07-05 12:29:44
推送于2021-06-22 15:04:19
最后一次提交2021-06-22 18:03:25
发布数7
最新版本名称fatty-1.6 (发布于 )
第一版名称fatty-1.0.1 (发布于 )
用户参与
星数169
关注者数17
派生数33
提交数798
已启用问题?
问题数34
打开的问题数10
拉请求数7
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?