FS#166 - accept multiple config files
Attached to Project:
Uzbl
Opened by Anonymous Submitter - 2009-12-26 08:58:50 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-01-01 10:07:10 PM
Opened by Anonymous Submitter - 2009-12-26 08:58:50 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-01-01 10:07:10 PM
|
Detailsuzbl should accept multiple configs.
Use case: config on stdin and the config in .config/uzbl/config should both be usable using uzbl-core -c .config/uzbl/config -c - |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
2010-01-01 10:07:10 PM
Reason for closing: Works for me
Additional comments about closing: your example is perfectly doable using:
(cat .config/uzbl/config; <whatever>) | uzbl-core -c -
2010-01-01 10:07:10 PM
Reason for closing: Works for me
Additional comments about closing: your example is perfectly doable using:
(cat .config/uzbl/config; <whatever>) | uzbl-core -c -