Skip to content

Commit

Permalink
chore: rename to Orderly (#19)
Browse files Browse the repository at this point in the history
* chore: rename to Orderly

* fix: add migration
  • Loading branch information
edfloreshz authored Jun 8, 2024
1 parent 015ebd9 commit 69cd9b4
Show file tree
Hide file tree
Showing 44 changed files with 1,730 additions and 1,687 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "cosmic-tasks"
name = "orderly"
version = "0.1.0"
edition = "2021"

Expand All @@ -19,7 +19,7 @@ open = "5.0.2"
dirs = "5.0.1"
chrono = "0.4.35"
tokio = "1"
cosmic-tasks-core = { path = "src/core" }
orderly-core = { path = "src/core" }
tracing = "0.1.40"
cli-clipboard = "0.4.0"
slotmap = "1.0.7"
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<div align="center">
<br>
<img src="https://raw.githubusercontent.com/edfloreshz/cosmic-tasks/main/res/icons/hicolor/256x256/apps/com.system76.CosmicTasks.svg" width="150" />
<h1>COSMIC Tasks</h1>
<img src="https://raw.githubusercontent.com/edfloreshz/orderly/main/res/icons/hicolor/256x256/apps/dev.edfloreshz.Orderly.svg" width="150" />
<h1>Orderly</h1>

<h3>A simple task management application for the COSMIC desktop.</h3>

![window-light.png](https://raw.githubusercontent.com/edfloreshz/cosmic-tasks/main/res/screenshots/window-light.png#gh-light-mode-only)
![window-dark.png](https://raw.githubusercontent.com/edfloreshz/cosmic-tasks/main/res/screenshots/window-dark.png#gh-dark-mode-only)
![window-light.png](https://raw.githubusercontent.com/edfloreshz/orderly/main/res/screenshots/window-light.png#gh-light-mode-only)
![window-dark.png](https://raw.githubusercontent.com/edfloreshz/orderly/main/res/screenshots/window-dark.png#gh-dark-mode-only)
</div>

# Installation
```
git clone https://github.com/edfloreshz/cosmic-tasks.git
cd cosmic-tasks
git clone https://github.com/edfloreshz/orderly.git
cd orderly
sudo just install
```

# Build
```
git clone https://github.com/edfloreshz/cosmic-tasks.git
cd cosmic-tasks
git clone https://github.com/edfloreshz/orderly.git
cd orderly
cargo build
```

Expand All @@ -41,4 +41,4 @@ sudo apt install sqlite-devel

Copyright 2024 © Eduardo Flores

Done is released under the terms of the [GPL-3.0](https://github.com/edfloreshz/cosmic-tasks/blob/main/LICENSE)
Done is released under the terms of the [GPL-3.0](https://github.com/edfloreshz/orderly/blob/main/LICENSE)
38 changes: 12 additions & 26 deletions com.system76.CosmicTasks.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"id": "com.system76.CosmicTasks",
"id": "dev.edfloreshz.Orderly",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command": "cosmic-tasks",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "orderly",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
Expand All @@ -15,58 +13,46 @@
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args": [
"--share=network"
],
"build-args": ["--share=network"],
"env": {
"CARGO_HOME": "/run/build/cosmic-tasks/cargo"
"CARGO_HOME": "/run/build/orderly/cargo"
}
},
"modules": [
{
"name": "just",
"buildsystem": "simple",
"build-commands": [
"install -Dm0755 just /app/bin/just"
],
"build-commands": ["install -Dm0755 just /app/bin/just"],
"sources": [
{
"type": "archive",
"strip-components": 0,
"dest-filename": "just.tar.gz",
"url": "https://github.com/casey/just/releases/download/1.25.2/just-1.25.2-x86_64-unknown-linux-musl.tar.gz",
"sha256": "ad56bf1a804243b51ef2c2eec4b3a8177f970ccc414cbbee219c2e5c06f7bcc9",
"only_arches": [
"x86_64"
]
"only_arches": ["x86_64"]
},
{
"type": "archive",
"strip-components": 0,
"dest-filename": "just.tar.gz",
"url": "https://github.com/casey/just/releases/download/1.25.2/just-1.25.2-aarch64-unknown-linux-musl.tar.gz",
"sha256": "049d624255d150f18b0f3a1257a163366b0dc22e16526214773903125145e515",
"only_arches": [
"aarch64"
]
"only_arches": ["aarch64"]
}
]
},
{
"name": "cosmic-tasks",
"name": "orderly",
"buildsystem": "simple",
"build-commands": [
"just vendor",
"just build-vendored",
"just flatpak"
],
"build-commands": ["just vendor", "just build-vendored", "just flatpak"],
"sources": [
{
"type": "git",
"branch": "main",
"url": "https://github.com/edfloreshz/cosmic-tasks.git"
"url": "https://github.com/edfloreshz/orderly.git"
}
]
}
]
}
}
12 changes: 6 additions & 6 deletions com.system76.CosmicTasks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
id: com.system76.CosmicTasks
id: dev.edfloreshz.Orderly
runtime: org.freedesktop.Platform
runtime-version: '23.08'
runtime-version: "23.08"
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: cosmic-tasks
command: orderly
finish-args:
- "--share=ipc"
- "--socket=fallback-x11"
Expand All @@ -15,7 +15,7 @@ build-options:
build-args:
- "--share=network"
env:
CARGO_HOME: "/run/build/cosmic-tasks/cargo"
CARGO_HOME: "/run/build/orderly/cargo"
modules:
- name: just
buildsystem: simple
Expand All @@ -36,7 +36,7 @@ modules:
sha256: 049d624255d150f18b0f3a1257a163366b0dc22e16526214773903125145e515
only_arches:
- aarch64
- name: cosmic-tasks
- name: orderly
buildsystem: simple
build-commands:
- just vendor
Expand All @@ -45,4 +45,4 @@ modules:
sources:
- type: git
branch: main
url: https://github.com/edfloreshz/cosmic-tasks.git
url: https://github.com/edfloreshz/orderly.git
Loading

0 comments on commit 69cd9b4

Please # to comment.