Nitro

Nitro 是一个超级棒的任务管理程序。不只是另一个待办事项列表应用程序。 (Super awesome task management, Not just another todo list app.)

Github星跟蹤圖

Nitro 是一个超级棒的任务管理程序。不只是另一个待办事项列表应用程序。它超快速,简单,可离线使用。Nitro 以其速度、简单性和功能优势,成为安排自己生活的最好方式。 通过创新的功能,如智能列表和魔术排序,你可以让你的生活井井有条,专注于需要做的事情。 它完全免费。使用Nitro是很容易的,只需添加一个任务就可以了。

Nitro可以与Dropbox或Ubuntu One同步。 您可以从任何计算机轻松访问您的任务,永远不会得到冲突的副本。 Nitro还创建了一个todo.txt文件,以便您可以在纯文本文件看到或嵌入您的任务。

Nitro可用于各种平台,目前支持的平台有Mac、Chrome、Ubuntu(app)和Linux。您还可以在网络上使用Nitro并与Dropbox或Ubuntu One进行同步。官方正在开发移动版本。

Nitro有堆很棒的功能,包括︰

  • 与Dropbox 和 Ubuntu 的同步
  • 魔术排序
  • 智能列表
  • 搜索
  • 主题
  • 翻译
  • 视网膜的支持
  • 键盘快捷方式和更多!
Nitro 也是免费的开源软件。捐款是不胜感激。

Nitro 3 全新地重写为一个先进的Web应用程序。 它与Nitro 1.x或2.x不兼容。

概覽

名稱與所有者nitrotasks/nitro
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台Docker, Linux, Mac, Web browsers, Windows
許可證GNU Affero General Public License v3.0
發布數1
最新版本名稱v3.0.0-beta.1 (發布於 )
第一版名稱v3.0.0-beta.1 (發布於 )
創建於2012-04-06 03:29:04
推送於2020-12-11 01:14:11
最后一次提交2019-04-16 19:29:33
星數517
關注者數45
派生數68
提交數2.6k
已啟用問題?
問題數259
打開的問題數82
拉請求數92
打開的拉請求數10
關閉的拉請求數8
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Nitro 3

Build Status
Dependency Status
devDependency Status
FOSSA Status

A brand new rewrite. Check out the Wiki for what's new and happening, or tweet me @consindo.

Build Instructions

  • You will need node.js & npm installed.
  • Then run npm install

Development (without server)

  • Use npm run test:fast to run tests only, without building and coverage.
  • You can use npm run watch. It uses webpack-dev-server, which has nice live js & css reloading.
  • Sign in with local@nitrotasks.com, no password.

Development (with server)

  • Go to https://github.com/nitrotasks/nitro-server to download and use the server.
  • If you're developing the client too, the webpack-dev-server will proxy API requests to localhost:8040/a - you can change this in webpack.config.js.

Production

  • This is published as a npm package, prebuilt with the API route as /a.
  • Nitro Server pulls the package from NPM, and serves the module as the app.

Otherwise

  • Use npm run build to create a production build.
  • Serve this from nitro-server by changing the config.
  • If you're the maintainer, use npm publish and change the wanted package in the nitro-server package.json.

License

FOSSA Status

去到頂部