afx icon indicating copy to clipboard operation
afx copied to clipboard

📦 Package manager for CLI

Results 5 afx issues
Sort by recently updated
recently updated
newest added

## WHAT (Write what you need) afx does not read symlink again. The cause of the bug exists in between `v0.1.21` and `v0.1.22`. (see https://github.com/b4b4r07/afx/compare/v0.1.21...v0.1.22) My current `afx.yaml` is [here](https://gist.github.com/d4718d96739cf538b7822eb14acbe416)....

## WHAT if `~/.config/afx` is a relative link, cannot execute the `afx` command ```bash m ~/.config ❯ ls -la total 20 drwxr-xr-x 5 m m 4096 May 3 20:29 ....

## WHAT When updating a package that is already installed, there is an error that appears to be a problem with the timing of removing the past. When this happens,...

## WHAT In the docs, there is this example: ``` - from: . to: $HOME/.tmux/plugins/tpm ``` where it links all files from the install (command?) directory to the individual links...

fixes #51 This PR fixes an issue that occurs when using symlinks in the afx configuration directory. I'm not familiar with Go, so sorry if I messed up.