File: README

package info (click to toggle)
wily 0.13.42-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,820 kB
  • sloc: ansic: 25,541; perl: 580; sh: 415; makefile: 400; python: 30; exp: 17
file content (16 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Some simple C programs to use as wrappers around shell
scripts to interact with Wily.

Having to know window id's is pretty cumbersome, I know,
and I'm open to suggestions on how to improve things.

Wins
	print list of 'filename winid' lines to stdout
Wexec cmd id
	Execute cmd (as if selected with b2), in context of id
Wgoto path id
	Goto 'path' (as if selected with b3), in context of id


# NB this is *guaranteed* _not_ to compile "out of the box",
you'll need a Makefile that isn't stupid, like the current one.