{"id":17281527,"url":"https://github.com/sumory/lincell","last_synced_at":"2025-04-14T10:02:28.613Z","repository":{"id":8412712,"uuid":"9997572","full_name":"sumory/lincell","owner":"sumory","description":"lincell是用Node.js开发的轻型文件编辑器,只需一条命令即可将文件夹变成一个工作空间供远程访问","archived":false,"fork":false,"pushed_at":"2014-03-10T11:34:20.000Z","size":2513,"stargazers_count":33,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-15T11:29:30.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sumory.com/lincell/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sumory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-11T09:31:14.000Z","updated_at":"2023-04-04T08:58:26.000Z","dependencies_parsed_at":"2022-09-25T14:51:25.801Z","dependency_job_id":null,"html_url":"https://github.com/sumory/lincell","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Flincell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Flincell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Flincell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Flincell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumory","download_url":"https://codeload.github.com/sumory/lincell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860331,"owners_count":21173342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T09:46:07.747Z","updated_at":"2025-04-14T10:02:28.574Z","avatar_url":"https://github.com/sumory.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinCell [![Build Status](https://travis-ci.org/sumory/lincell.png?branch=master)](https://travis-ci.org/sumory/lincell)  \n\n[![NPM](https://nodei.co/npm/lincell.png)](https://npmjs.org/package/lincell)  \n\n**LinCell** [List all in Cell] 是一个编辑器, 只需执行一条命令即可将文件夹变成一个工作空间.\n\n## 介绍\n\nLinCell是用 **Node.js** 开发的轻型文件编辑器(也可以作为简单的IDE使用). 它有以下特性(包括change log)：\n\n* 编辑器自定义(目前支持自定义tab宽度)\n* 目录树添加右键操作支持\n* 多tab页显示文件\n* 对文件夹或文件的CRUD操作\n* 基于ACE Editor，支持各种文件的预览和编辑(修复输入中文时的Bug)\n* 移除自动保存，使用Ctrl + S 手动保存文件更改、可自定义快捷键(基于Kibo)\n* 文件夹、文件查询(按名称)\n\n![lincell](https://raw.github.com/sumory/lincell/master/examples/lincell.png)\n\n\n## 安装\n\n```bash\n$ npm install -g lincell\n```\n\n## 使用\n\n    Usage: lincell [options]\n\n    Options:\n\n      -h, --help           output usage information\n      -V, --version        output the version number\n      -p, --port \u003cnumber\u003e  use a custom http port(default port is 8222)\n      -d, --dir \u003cstring\u003e   use a custom path to show(default is current path)\n\n    Examples:\n\n      lincell                          # use default port and current path\n      lincell -p 9234                  # custom port\n      lincell -d /home/sumory          # custom path\n      lincell -p 8726 -d /home/sumory  # absolute path is supported\n      lincell -p 8843 -d ../path       # relative path is also supported\n\n\n## Contributors\n\n    $ git summary\n\n     project  : lincell\n     repo age : 7 weeks\n     active   : 9 days\n     commits  : 20\n     files    : 210\n     authors  :\n        16  sumory                  80.0%\n         2  午夜                    10.0%\n         1  Zongmin Lei             5.0%\n         1  william                 5.0%\n\n\n## License\n\nLinCell is released under a **MIT License**:\n\n    Copyright (C) 2014 by Sumory Wu \u003csumory.wu@gmail.com\u003e\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in\n    all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n    THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumory%2Flincell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumory%2Flincell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumory%2Flincell/lists"}