Skip to content

[BUG] In manifest mode it is not finding scripts in subcategories like Privacy and Peripherals #156

@4ntsy

Description

@4ntsy

Wouldn't it be better and even easier if the path to these scripts were stored in a json file? This would avoid excessive recursion and simplify the analysis process, contributing to better performance... e.g. scripts.json

{
	"scripts": {
		"categories": [
			{
				"devs": {...}
			},
			{
				"utils": {
					"privacy": {...}
				}
			}
		]
	}
}

Regarding the Manifest, wouldn’t it also be an option to have it in another format, such as toml or ini? It would be easier for both users and developers, as it is easy to read and wouldn’t require so many parses. Example: manifest.ini

[toys]
packages = vim git
flatpaks = com.belmoussaoui.Authenticator im.dino.Dino
scripts = psypicks jetbrains-toolbox

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions