importpw / import

`import` is a simple and fast module system for Bash and other Unix shells
https://import.sh
MIT License
338 stars 10 forks source link

Name clashes with ImageMagick's `import` #35

Closed emiliovesprini closed 4 years ago

emiliovesprini commented 4 years ago
user@0fc80102:~$ which -a import
/home/user/bin/import
/usr/bin/import
user@0fc80102:~$ apropos import | grep "^import"
import (1)           - saves any visible window on an X server and outputs i...
import-im6 (1)       - saves any visible window on an X server and outputs i...
import-im6.q16 (1)   - saves any visible window on an X server and outputs i...
user@0fc80102:~$

where /home/user/bin/import is Vercel's.

This is on a 2 days old ElementaryOS install, I'm pretty sure I've only installed Firefox, Git, Vim and Tmux.

emiliovesprini commented 4 years ago

Duplicate off #22