skip to main
|
skip to sidebar
Me and the robots
Friday, August 31, 2018
Setting Title for Tab in Terminator
Add code to ~/.bashrc
Run source ~/.bashrc
Usage: set_title <Title>
source
set_title() {
ORIG=$PS1
TITLE="\e]2;$*\a"
PS1=${ORIG}${TITLE}
}
Reference
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Labels
Arduino
Ardupilot
ARM
assembly
buildroot
cmake
cpp
cross compiler
debug
docker
Drone-kit
ESP8266
Firmata
gazebo
gcc
gdb
golang
IoT
Mavlink
mavros
mips
mipsel
Mission Planner
OpenCV
Pixhawk
PX4
PyMavlink
python
qemu
raspberry
remote
ROS
SITL
tips
Tutorials
ubuntu
urdf
vscode
Blog Archive
▼
2018
(40)
►
December
(1)
►
November
(7)
►
October
(11)
►
September
(7)
▼
August
(10)
Setting Title for Tab in Terminator
ROS LIVE_CLASS
NodeMCU AT commands
Pymavlink Ardupilot SITL
PyMavlink and PX4 SITL
PX4 SITL Dronekit
Programing NodeMcu with Arduino IDE
GO lang on Ubuntu 16.04
Hello Arduino and FIRMATA
VSCode tips for ROS
►
July
(4)
►
2016
(1)
►
August
(1)
►
2015
(11)
►
July
(1)
►
May
(2)
►
April
(3)
►
March
(4)
►
January
(1)
►
2014
(3)
►
December
(1)
►
October
(2)
The Construct (Youtube)
YouTube ROS in 5 mins
ROS in 5 min
ROS Live class
gazebo
ROBOT IGNITE ACADEMY
Angela Sodemann
No comments:
Post a Comment