GithubHelp home page GithubHelp logo

taterm's Introduction

Taterm is a terminal emulator tailored to be used with tiling window managers. There may be special support for various window managers in the future.

Goals

  • Keep the current directory over multiple invocations

    • Single instance via Gtk.Application
  • Work on Wayland (maybe, didn't test)

  • Use VTE3 (Don't need to reinvent the wheel and everything else around it)

  • No gui clutter

    • Window, shell inside, period
  • No tabbing (tiling window manager, remember?)

Features

  • Single instance, directory is taken from last focused terminal
  • Clicking of URIs
  • Scroll lock (WIP)
  • Clean build under latest GTK (3.3.18)

Prerequisites

  • The Vala compiler
  • libvte-2.91-dev

LICENSE

GPLv3

taterm's People

Contributors

t-8ch avatar madx avatar olivierbeltrando avatar

Stargazers

 avatar anonymous anonymous avatar Christof Schulze avatar Josh Teneycke avatar Sergei Dolgov avatar  avatar

Watchers

 avatar  avatar  avatar

taterm's Issues

New windows are only notified, not raised

I'm not sure if it's the right place to report this, but if I launch a new taterm window while I'm focused on another window, it gets placed behind the focused window and I've got a notification that the app is ready.

I'm using Gnome Shell, and I know you're using a tiling WM so you certainly aren't annoyed by this issue, but it's a real pain for me since I've got to either alt-tab or click the notification bubble to raise the window.

I'm pretty sure it has to do with the fact that it's using GtkApplication and only spawning new windows, not apps, and the behaviour of not showing the window is intended (i.e. not configurable) in Gnome.

I do not know if there is a way to force new windows to bypass this restriction, so I'm asking it to you :)

Issue building taterm from aur

Hello, I noticed that you are also author of the package, the error on version 11-1 from https://aur.archlinux.org/packages/taterm/

==> Starting build()...
valac --pkg vte-2.91 --pkg gtk+-3.0 --fatal-warnings taterm.vala
taterm.vala:24.1-24.24: warning: the modifier `static' is not applicable to constants
static const string FONT = "11";
^^^^^^^^^^^^^^^^^^^^^^^^
taterm.vala:25.1-25.28: warning: the modifier `static' is not applicable to constants
static const string[] COLORS = {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
taterm.vala:32.1-32.28: warning: the modifier `static' is not applicable to constants
static const string FG_COLOR = "#c0c0c0";
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
taterm.vala:33.1-33.28: warning: the modifier `static' is not applicable to constants
static const string BG_COLOR = "#000000";
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
taterm.vala:45.1-45.30: warning: the modifier `static' is not applicable to constants
static const string hex_encode = "%[0-9A-F]{2}";
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
taterm.vala:46.1-46.32: warning: the modifier `static' is not applicable to constants
static const string common_chars = "\\\\a-z0-9-._~!$&'()*+,;=";
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
taterm.vala:47.1-47.32: warning: the modifier `static' is not applicable to constants
static const string regex_string =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 0 error(s), 7 warning(s)
make: *** [Makefile:7: taterm] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Reading the color palette from Xresources would be nice

First off: thank you for this terminal. I really like it and I have already switched from rxvt-unicode.

There is one minor snag: The color palette is hard-coded. I like solarized and I have it set up in Xresources. It would be nice if this file was used to determine the color palette of taterm instead of having to hard-code it.

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.