{ "info": { "author": "Lykos94", "author_email": "lukaszmoskwa94@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: Unix", "Programming Language :: Python :: 3" ], "description": "# ssfm\n\nssfm is a simple file-manager created to simplify operations involving files from the terminal. \nThis can be particularly useful when using SSH connections and you only have the command line available.\n\n\n### Installation\n\nTo install the program, you can proceed from pip:\n\n```bash\npip3 install ssfm \n```\n\nor clone and install from this repository manually.\n\n\n### Documentation\n\nThe project is mainly inspired by SpaceVim, a terminal editor where operations are done with the spacebar \nkey as leader. Below is a simplified version of the documentation with the main key combinations.\n\n##### File operations \n\n+ ``````: Create a new file\n+ ``````: Create a new folder\n+ ``````: Edit a file (or open the folder as project and edit)\n+ ``````: Delete a file or folder \n+ ``````: Copy a file or folder \n+ ``````: Cut a file or folder \n+ ```

```: Paste a file or folder \n\n\n##### Window operations \n\n+ ``````: Switch focus to next window \n+ ``````: Create a new window \n+ ``````: Delete the currently focused window \n\nNote: deleting the last remaining window will lead to the termination of the application.\n\n\n##### Git operations \n\nIn order to use the git functionalities, it is actually required to install tig \n(https://github.com/jonas/tig).\n\n+ ``````: Summary of the status of the current git folder \n+ ``````: Status - tig status command \n+ ``````: Log - tig log command \n\n\n### Acknowledgements\n\nFor the realization of some window boxes, I used the library cursesDialog (https://github.com/jacklam718/cursesDialog)\n\n\n\n\n\n", "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/Lykos94/ssfm", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ssfm", "package_url": "https://pypi.org/project/ssfm/", "platform": "", "project_url": "https://pypi.org/project/ssfm/", "project_urls": { "Homepage": "https://github.com/Lykos94/ssfm" }, "release_url": "https://pypi.org/project/ssfm/0.0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Curses based File Manager application", "version": "0.0.1" }, "last_serial": 5885175, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0801f61061bba4ee5a4cd9a87084815c", "sha256": "9da0a63224fc44d53c36f806e00f73141da215c5e94c90968223592705767b41" }, "downloads": -1, "filename": "ssfm-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0801f61061bba4ee5a4cd9a87084815c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 27886, "upload_time": "2019-09-25T13:03:52", "url": "https://files.pythonhosted.org/packages/36/2c/0db1f0ce945f1f93571a5ea2c6a862e289e63eaa4fe75bde59eeffc14443/ssfm-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b752965d69e1419a971bdbb76213eb7c", "sha256": "67260077056a7d1fc383bd798b60d413594ff4ea452fa8b7cbeaf18b89adf8f5" }, "downloads": -1, "filename": "ssfm-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b752965d69e1419a971bdbb76213eb7c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10251, "upload_time": "2019-09-25T13:03:55", "url": "https://files.pythonhosted.org/packages/dd/26/a4b25771a3e5338d4a5d710a1935866b44c043fae0b1476aa2ccd9b6ad87/ssfm-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0801f61061bba4ee5a4cd9a87084815c", "sha256": "9da0a63224fc44d53c36f806e00f73141da215c5e94c90968223592705767b41" }, "downloads": -1, "filename": "ssfm-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0801f61061bba4ee5a4cd9a87084815c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 27886, "upload_time": "2019-09-25T13:03:52", "url": "https://files.pythonhosted.org/packages/36/2c/0db1f0ce945f1f93571a5ea2c6a862e289e63eaa4fe75bde59eeffc14443/ssfm-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b752965d69e1419a971bdbb76213eb7c", "sha256": "67260077056a7d1fc383bd798b60d413594ff4ea452fa8b7cbeaf18b89adf8f5" }, "downloads": -1, "filename": "ssfm-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b752965d69e1419a971bdbb76213eb7c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10251, "upload_time": "2019-09-25T13:03:55", "url": "https://files.pythonhosted.org/packages/dd/26/a4b25771a3e5338d4a5d710a1935866b44c043fae0b1476aa2ccd9b6ad87/ssfm-0.0.1.tar.gz" } ] }