excalibur1234 / pacui

Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Pacaur/Pamac-cli functionality in a simple UI
GNU General Public License v3.0
169 stars 13 forks source link

use variables instead of files #12

Closed excalibur1234 closed 7 years ago

excalibur1234 commented 7 years ago

for better security and performance, variables should be used instead of (temporary) files.

a typical example is the "roll back system" option, where a lot of temporary files have been used. using files is comfortable during development and for bug fixing, but i want to transition to (local) variables instead.