{ "info": { "author": "WangTingZheng", "author_email": "wangtingzheng@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "## explorer\n> A simple python cli file browser\n\n![gif](./pic/gif.gif)\n\n## usage\n\n### clone source code to your computer\n```\ngit clone https://github.com/WangTingZheng/explorer.git\ncd explorer\npip3 install -r requirements.txt\n```\n### edit suffix list in `run.py`\n```python\nfrom explorer.menu import *\nlists=[\".py\"]\nmenu(\"./\",lists)\n```\n`lists` is a setting list to let cli display the file you want. `lists=['.py']` means only display python file and folder that have python file, `[]` means display all\n\n### run\n\n``\npython run.py\n``\n- Press `j` to move up\n- Press `k` to move down\n- Press `space` to select and deselect\n- Press `enter` to confirm\n## To-Do\n- deal function design for different file\n- package to pypi.ory\n- ignore list", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WangTingZheng/explorer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "file-explorer", "package_url": "https://pypi.org/project/file-explorer/", "platform": "", "project_url": "https://pypi.org/project/file-explorer/", "project_urls": { "Homepage": "https://github.com/WangTingZheng/explorer" }, "release_url": "https://pypi.org/project/file-explorer/0.0.0/", "requires_dist": null, "requires_python": "", "summary": "A simple python cli file browser", "version": "0.0.0", "yanked": false, "yanked_reason": null }, "last_serial": 6052005, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "e56b10565dda23c34c46a7f656c23978", "sha256": "1c75f2d057e1344508bed6af70299036a805a796b3d1a902ed634c29d924735d" }, "downloads": -1, "filename": "file-explorer-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e56b10565dda23c34c46a7f656c23978", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3459, "upload_time": "2019-10-30T10:50:54", "upload_time_iso_8601": "2019-10-30T10:50:54.149799Z", "url": "https://files.pythonhosted.org/packages/c3/14/ed1ea662463f13ebef92e6d5f4e58ef1d501ec830cb72cf39df8402f1b8a/file-explorer-0.0.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e56b10565dda23c34c46a7f656c23978", "sha256": "1c75f2d057e1344508bed6af70299036a805a796b3d1a902ed634c29d924735d" }, "downloads": -1, "filename": "file-explorer-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e56b10565dda23c34c46a7f656c23978", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3459, "upload_time": "2019-10-30T10:50:54", "upload_time_iso_8601": "2019-10-30T10:50:54.149799Z", "url": "https://files.pythonhosted.org/packages/c3/14/ed1ea662463f13ebef92e6d5f4e58ef1d501ec830cb72cf39df8402f1b8a/file-explorer-0.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }