Releases: blbynum/prof
Releases · blbynum/prof
v1.1.5
v1.1.4
Prof 1.1.3
Prof v1.1.3 Release Notes
- Updated: Removed example comments from the profile template.
- Updated: Improved profiles migration script (
profiles_migration_1.1.0.sh
).
Prof 1.1.2
prof v1.1.2 Release Notes
Added
edit
command now accepts an optional second parameter to update the load order of a profile.
Prof 1.1.1
prof v1.1.1 Release Notes
This update brings one key improvement to prof
:
.profile_metadata
is now automatically sorted by load order when a new profile is created.
Prof 1.1.0
prof v1.1.0 Release Notes
- Added: Profiles now print a message when loaded.
- Each profile includes a line that displays a loading message on the console.
Upgrade Instructions:
- Download the latest release from the GitHub repository.
- Replace your existing prof file with the new version.
- Update your existing profiles to include the new loading message by running the following script:
- Download the migration script from this link.
- Open a terminal and navigate to the directory where you downloaded the script.
- Make the script executable with the command:
chmod +x profiles_migration_1.1.0.sh
. - Run the script with the command:
./profiles_migration_1.1.0.sh
. - The script will add the loading message to each existing profile that does not already contain it.
Prof 1.0.0
Introducing prof
A new open-source command-line tool for bash profile management.
Features:
- Profile Creation: Make new profiles, set the load order.
- Editing and Deletion: Update profiles with your text editor, delete when not needed.
- Listing Profiles: Lists all profiles, shows load order and names.
- Export and Import: Share and sync profiles across systems.
- Dependency Management: Set profile dependencies via load order.
Future updates will add new features based on your feedback. Free to use, contributions welcome.