Itai-Nelken / aptpac

A simple wrapper for 'pacman' with a syntax similar to 'apt' to help people transitioning to Arch and Arch based distributions like Manjaro.
https://itai-nelken.github.io/aptpac/
MIT License
27 stars 5 forks source link

WIP: Learning mode #14

Closed Itai-Nelken closed 3 years ago

Itai-Nelken commented 3 years ago

continuation of #2

Progress so far (will be updated)

bash edition

- you need to recompile to toggle it. to turn it on, add -DLEARN=1 to the cmake line. to turn it off (only needed if you are recompiling the same build without re-generating the build files from scratch), add -DLEARN=0.

Itai-Nelken commented 3 years ago

Learning mode is done! this means I will close this issue once I move the config file to ~/.config and release aptpac 3.0!

Itai-Nelken commented 3 years ago

v3.0 has been released!