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

[feat] Ability import single function from a remote file #52

Open leventogut opened 2 years ago

leventogut commented 2 years ago

Hi folks,

I was just about to start something like import and found out about this project. Well done!

I feel it would be useful to have the ability to import only a function instead of the whole remote script.

Something along the lines of:

import_from "os_arch" "os"

What is your opinion on this?