It would be great to have something like: ```shell fling --src-dir grabbit import filename ``` This would be a shortcut for: ```shell # move the file to the specified src-dir mv $HOME/filename grabbit/filename # link the file fling --src-dir grabbit link ``` At the moment, I have a makefile that sorta lets me automate this, but having it be a fling-native command would be amazing :)