All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Renamed project to
tlaunch;
0.4.0 - 2022-04-07
- Added
-e(extended) option, to list the menu file entries along with all binaries at$PATHvariable;
0.3.1 - 2022-04-05
- Fixed
tlaunchversion;
0.3.0 - 2022-04-05
- Added function to parse arguments called
parse_arguments;- Only
-v(version) and-h(help/usage) options are available;
- Only
- Added usage funtion to show help/usage options;
0.2.0 - 2022-04-05
- Changed how to enter the path to the menu file to
tlaunch.- Before we used the first cli argument as the path of the menu file;
- Now we can fill a environment variable called
$TLAUNCH_FILE, that way we can place the variable at our.bashrcfile; - Or we can use many menu files just changing the
$TLAUNCH_FILE; - Example:
TLAUNCH_FILE=~/.config/tlaunch.yml; tlaunch;
- Updated
README.mdfile withTLAUNCH_FILEinformation;
- Removed unnecessary
dmenucommand line option;
0.1.0 - 2021-05-02
- Added templates to repository
- Added licence file to tlaunch
- Added Makefile to tlaunch
- added usage heading
- added demo screenshot
- Made case insensitive flag default on dmenu
- Added a rewritten tlaunch
- script now receives different menus as parameters
- Renamed pymenu to tlaunch
- Moved files to repo root folder
- Updated tlaunch Makefile
- Updated tlaunch README
- updated imade example + source code license disclaimer
- Changed code structure and added recursion
- Changed tlaunch
- Renamed example to menu again
- Removed tyaml variable from tlaunch script
- Removed extensions from scripts
- Fixed missing slash in tlaunch's Makefile
- Fixed missing flag in tlaunch's Makefile
- Fixed bug with tags and commands
- Removed comments