{ "info": { "author": "Donn.C.Ingle", "author_email": "donn.ingle@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Utilities" ], "description": "By *selecting* filenames/directories into a selection set you can add and remove names quite simply. Once done, you'd go to another directory (even in another console or tab) and then you can copy (or move) the selection to there.\n\n(So, you can select some files using normal wildcards; here for example, all the png files):\n ``fui bling blang bong *.png``\n(Then move to another folder) \n ``cd someotherplace``\n(Add some more files)\n ``fui socks shorts shirts`` \n(Then you decide you don't want *shorts* or *wibble.png*)\n ``fui --exclude shorts wibble.png``\n(Now you want to copy those somewhere)\n ``cd whereIwantStuff``\n\n ``fui --copy``\n\n(done!)\n\nCopying/moving is done recursively when directories are involved. More help is available via --help\n\nThe idea was to imitate the process in a typical file-manager gui. I know there are many ways to do this with grep and backticks and other tricks, but I wanted a simple way that I could remember :)\n\n**Caution:** This is alpha software and I have not tested it nearly enough. Don't go using it on your vital data because it might eat it all up. Certainly give it a go until you get the feel and start to trust it.\n\nI hope it helps someone out there.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/fui", "keywords": null, "license": "License GPLv3+: GNU GPL version 3 or later \nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law", "maintainer": null, "maintainer_email": null, "name": "fui", "package_url": "https://pypi.org/project/fui/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fui/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/fui" }, "release_url": "https://pypi.org/project/fui/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "fui - select and copy/move files & Directories on the command-line in a way very similar to how it's done in a gui with copy/cut and paste.", "version": "0.0.7" }, "last_serial": 792204, "releases": { "0.0.7": [ { "comment_text": "", "digests": { "md5": "114022b1d76df0fc97c1853d6fd1c5c9", "sha256": "5d40932ef7c940d95ed9cd4ec8fdd9c55ac1dd40dba63931bfb6074e3b6a811d" }, "downloads": -1, "filename": "fui-0.0.7.tar.gz", "has_sig": true, "md5_digest": "114022b1d76df0fc97c1853d6fd1c5c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21486, "upload_time": "2008-02-10T10:00:42", "url": "https://files.pythonhosted.org/packages/7f/b2/b4d53135ae368f2626e474c32b18e35c0a86ea760904543ac54d401459f3/fui-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "114022b1d76df0fc97c1853d6fd1c5c9", "sha256": "5d40932ef7c940d95ed9cd4ec8fdd9c55ac1dd40dba63931bfb6074e3b6a811d" }, "downloads": -1, "filename": "fui-0.0.7.tar.gz", "has_sig": true, "md5_digest": "114022b1d76df0fc97c1853d6fd1c5c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21486, "upload_time": "2008-02-10T10:00:42", "url": "https://files.pythonhosted.org/packages/7f/b2/b4d53135ae368f2626e474c32b18e35c0a86ea760904543ac54d401459f3/fui-0.0.7.tar.gz" } ] }