Nautilus Terminal 1.0 is out!

Written for Nautilus Terminal by Fabien LOISON on 2011-10-17

**Nautilus Terminal 1.0** is the first version that works with **Nautilus 3.x**. It has been rewritten from scratch and uses the latest GNOME's library (*GTK+ 3*, *GObject 3* and *GObject Introspection*,...). The following functionalities are currently implemented:

* Automatic "cd " command (it follows you in your folder),
* Support of copy / paste (*Ctrl+Shift+C* / *Ctrl+Shift+V*),
* Support of drag & drop of files and folders,
* Toggling the shown/hidden state (*F4*),
* Resizeable height.

There is also a basic configuration file **"~/.nautilus-terminal"** that can contain the following options::

  [general]
  #The terminal height (lines)
  def_term_height=5
  #The terminal default visibility in new windows? (1: Visible, 0: Hidden)
  def_visible=1
  #The terminal position (1: Top, 0: Bottom)
  #NOTE: it's not recommended to put the terminal on the bottom
  term_on_top=1

  [terminal]
  #The shell to use (Nautilus Terminal use the user's defined shell by default)
  shell=/bin/bash

WARNING: There is no indentation, no quotes for string values, and boolean are represented with 0 (false) and 1 (true).

Download page:
  http://projects.flogisoft.com/nautilus-terminal/download/
Ubuntu Oneiric package (PPA):
  ppa:flozz/flozz > nautilus-terminal
Release notes and changelog:
  https://launchpad.net/nautilus-terminal/1.x/1.0
Screenshot:
  http://projects.flogisoft.com/nautilus-terminal/screenshots/

Updated .

Read all announcements