file-notes


Namefile-notes JSON
Version 0.0.4.dev0 PyPI version JSON
download
home_pagehttps://github.com/flyerjia/file-notes
Summaryfile-notes can add note information to the file. It works with Python 3.6+.
upload_time2023-01-30 09:19:01
maintainer
docs_urlNone
authorFlyer-Jia
requires_python>=3.6,<4.0
licenseMIT
keywords file note script
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## file-notes
file-notes can add note information to the file. It works with Python 3.6+.

## Installation
```
pip install file-notes
```

## Usage
Command
```
fn [-l|-al|-a|-u|-d] [file_or_dir] [note]
```
Show all file information
```
fn -l
```
Show all file information including hidden files
```
fn -al
```
Add a note to a file
```
fn -a file_or_dir_name 'note'
```
Update a file's note
```
fn -u file_or_dir_name 'new note'
```
Delete a file's note
```
fn -d file_or_dir_name
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flyerjia/file-notes",
    "name": "file-notes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "file note,script",
    "author": "Flyer-Jia",
    "author_email": "flyerjia@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/f1/51ba0985028af8f71b5238668ae4e0fd1f81092a07f75b8eb62f7610d738/file-notes-0.0.4.dev0.tar.gz",
    "platform": null,
    "description": "## file-notes\nfile-notes can add note information to the file. It works with Python 3.6+.\n\n## Installation\n```\npip install file-notes\n```\n\n## Usage\nCommand\n```\nfn [-l|-al|-a|-u|-d] [file_or_dir] [note]\n```\nShow all file information\n```\nfn -l\n```\nShow all file information including hidden files\n```\nfn -al\n```\nAdd a note to a file\n```\nfn -a file_or_dir_name 'note'\n```\nUpdate a file's note\n```\nfn -u file_or_dir_name 'new note'\n```\nDelete a file's note\n```\nfn -d file_or_dir_name\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "file-notes can add note information to the file. It works with Python 3.6+.",
    "version": "0.0.4.dev0",
    "split_keywords": [
        "file note",
        "script"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7df1ba2a52540d31a4e649ab9d05a34f043e0850d239134b4d0efef1ff458211",
                "md5": "b0ec1de5ebbdebe63fcc9e9d2bba256e",
                "sha256": "c204833455154c1c93482d45b8171f60265ca929621fbbe502e4c153a4a38835"
            },
            "downloads": -1,
            "filename": "file_notes-0.0.4.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0ec1de5ebbdebe63fcc9e9d2bba256e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 6244,
            "upload_time": "2023-01-30T09:19:03",
            "upload_time_iso_8601": "2023-01-30T09:19:03.930041Z",
            "url": "https://files.pythonhosted.org/packages/7d/f1/ba2a52540d31a4e649ab9d05a34f043e0850d239134b4d0efef1ff458211/file_notes-0.0.4.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cf151ba0985028af8f71b5238668ae4e0fd1f81092a07f75b8eb62f7610d738",
                "md5": "35817903e57e669b4caec85a2505068d",
                "sha256": "b43d896284e39dd3e6ced342496f243675e003e5ed577061eebfda245188fed0"
            },
            "downloads": -1,
            "filename": "file-notes-0.0.4.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "35817903e57e669b4caec85a2505068d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 4609,
            "upload_time": "2023-01-30T09:19:01",
            "upload_time_iso_8601": "2023-01-30T09:19:01.825623Z",
            "url": "https://files.pythonhosted.org/packages/8c/f1/51ba0985028af8f71b5238668ae4e0fd1f81092a07f75b8eb62f7610d738/file-notes-0.0.4.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-30 09:19:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "flyerjia",
    "github_project": "file-notes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "file-notes"
}
        
Elapsed time: 0.03317s