8000 GitHub - kgilmer/xrescat: cat Xresources
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kgilmer/xrescat

 
 

Folders and files

Nam 8000 eName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrescat

xrescat is a simple utility which prints the value of an X resource. It is based on xgetres but does not add a linefeed, like cat. xrescat will also trim enveloping double-quotes from values.

Example

$ cat ~/.Xresources
simple: 1
*wildcard: 2
$ xrescat simple
1$
$ xrescat foo.wildcard
2$
$

Build & installation

First make sure you have libx11.

In order to build, simply run:

$ make

Then in order to install, run:

$ sudo make install

Installation location is determined by the PREFIX variable (/usr/local by default).

About

cat Xresources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.1%
  • Roff 18.6%
  • Makefile 12.3%
0