summaryrefslogtreecommitdiff
path: root/README.md
blob: f4dc509c6bfe2a0eded3cb48d9d5afc3c6f3fb40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
xcwd - X current working directory
==================================
xcwd is a simple tool which print the current working directory of the
currently focused window.
The main goal is to launch applications directly into the same directory
as the focused applications. This is especially useful if you want to open
a new terminal for debugging or compiling purpose.

Requirements
------------
- libX11-dev

Running xwcd
------------
Simply invoke the 'xcwd' command.
You probably want to use it this way:
    ``urxvt -cd `xcwd` ``