Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cofi89/tilda-starter
Workaround script for Tilda terminal config nuking issue.
https://github.com/cofi89/tilda-starter
Last synced: 13 days ago
JSON representation
Workaround script for Tilda terminal config nuking issue.
- Host: GitHub
- URL: https://github.com/cofi89/tilda-starter
- Owner: cofi89
- Created: 2015-06-25T09:40:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T10:01:45.000Z (over 9 years ago)
- Last Synced: 2024-08-01T19:55:42.327Z (3 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tilda-starter
This script is a workaround for config files nuking issue in Tilda.
If any config is found to be zero bytes long it will be restored from backup.
Tilda is then started.It can also be used to create backups (config_n.bak), either for specified
config files only, or else for all found inside "~/.config/tilda/".
Existing backups will overwriten!If you're about to use this script for the first time,
make sure to create backup(s) first. See bellow.Backup arguments:
-c "config_1 config_2 config_3"
> Backup only specified config files and exit. !!Always use quotes as in the example!!
-b
> Backup each config file found and exit.Normal usage arguments:
-i number_of_instances_to_run
>Number of Tilda instances to run. Can be ommited for a single one.Output, including Tilda's, is logged to "tilda-starter.log" which is located
in the directory that contains this script ( if writable ( ~/.config/tilda should be just fine )).
To disable logging, comment the line 75.2015 Filip Danilovic