Skip to content

Releases: blbynum/prof

v1.1.5

28 Sep 23:23
Compare
Choose a tag to compare
v1.1.5 Pre-release
Pre-release
pass latest_version into updater.sh

v1.1.4

28 Sep 04:10
Compare
Choose a tag to compare

Prof v1.1.4 Release Notes

  • Added update command
    • lets you update prof to latest version by running prof update
  • POSIX-compliant functions!
  • Improved error handling

Full Changelog: v1.1.3...v1.1.4

Prof 1.1.3

05 Jun 02:56
2e63b58
Compare
Choose a tag to compare

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

05 Jun 02:24
1392c72
Compare
Choose a tag to compare

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

05 Jun 01:59
78608e7
Compare
Choose a tag to compare

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

04 Jun 22:11
8cf9c57
Compare
Choose a tag to compare

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:

  1. Download the latest release from the GitHub repository.
  2. Replace your existing prof file with the new version.
  3. 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

23 May 23:38
Compare
Choose a tag to compare

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.