Advertisement
Maluvia

Open Cherrytree With Default File

Dec 4th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Cherrytree open with default file:
  2. (Does not do this out of the box)
  3.  
  4. Open as
  5. $ cherrytree /path/to/file
  6. This puts it in cherrytree config file .config/cherrytree/config.xml
  7.  
  8. or
  9.  
  10. Add it by hand to config.xml as follows:
  11.  
  12. file_dir="/path/to/dir" file_name="filename" filelink_custom_action="Falsexdg-open %s &"
  13.  
  14. NB) This requires xdg-utils to be installed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement