Skip to content

Organizes a copy and paste list from (either pip or brew), and organizes them into a new file where each package has its own individual line

Notifications You must be signed in to change notification settings

ASVPATM/packageorg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

packageorg

Organizes a copy and paste list from (either pip or brew), and organizes them into a new file where each package has its own individual line

Meant to be really simple so you can store your packages in a way so that you can quickly install reinstall them if needed

  • However you will need to keep updating/creating new txt files as you add more packages, which might not be that efficient
  • Also looking to update script so that you can be able to provide an old list of organized packages and then the current list of your packages so that it can look at both lists and then remove the duplicates and add new packages to a new list txt

Homebrew Bundler --> https://github.com/Homebrew/homebrew-bundle.git

Pip Packages Example

Screenshot 2024-05-07 at 19 49 08
  • Pasted into file && Output of Program
Screenshot 2024-05-07 at 19 55 51 Screenshot 2024-05-07 at 20 00 56

Brew Formulae Example

Screenshot 2024-05-07 at 19 53 02
  • Pasted into file && Output of Program
Screenshot 2024-05-07 at 20 18 17 Screenshot 2024-05-07 at 20 17 16
  • script

$$$ python3 org.py

$$$ Enter the path to the input text file: xxxxxxxx

$$$ (prints output)

$$$ Do you want to write the processed content to a new file? (yes/no): yes

$$$ Enter the path to the output text file: xxxxxxxx

$$$ Processed content written to 'xxxxxxxx'

About

Organizes a copy and paste list from (either pip or brew), and organizes them into a new file where each package has its own individual line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages