├── README.md ├── icons ├── autostar.png ├── autostar.svg ├── edit.png ├── new.png ├── trash.png └── txt.png └── main.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/README.md -------------------------------------------------------------------------------- /icons/autostar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/icons/autostar.png -------------------------------------------------------------------------------- /icons/autostar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/icons/autostar.svg -------------------------------------------------------------------------------- /icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/icons/edit.png -------------------------------------------------------------------------------- /icons/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/icons/new.png -------------------------------------------------------------------------------- /icons/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/icons/trash.png -------------------------------------------------------------------------------- /icons/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/icons/txt.png -------------------------------------------------------------------------------- /main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Botspot/autostar/HEAD/main.sh --------------------------------------------------------------------------------