- 装备 tags:
- c
- foss
- geany
- linux
- lua published: true comments: true
Requirement
When editing when Geany, you need some document of system library functions at hand. So you want to browse manpage at any time.Solution
Just two lines:[cc lang="lua"]
sel=geany.selection()
geany.launch('rxvt-unicode', '-e' …

