Skip to content

Commit

Permalink
Rename to dtui
Browse files Browse the repository at this point in the history
dterm was already taken
  • Loading branch information
Troels51 committed May 6, 2024
1 parent 67daf57 commit 1ef271e
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "dterm"
name = "dtui"
version = "1.0.0"
edition = "2021"
default-run = "dterm"
default-run = "dtui"
authors = ["Troels Hoffmeyer <troels.d.hoffmeyer@gmail.com>"]
description = "dBus TUI for introspecting your current dbus session/system"
license = "MIT"
repository = "https://github.com/Troels51/dterm"
repository = "https://github.com/Troels51/dtui"
rust-version = "1.56"
keywords = ["tui", "dbus"]
categories = ["command-line-utilities"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# dterm
# dtui
A small TUI for d-termining the state of your dbus.
It will show you the current services running and allow you to introspect objects and their interfaces in those services

![Example](/images/dterm.png)
![Example](/images/dtui.png)

## Build
To build install Rust and cargo, then run build
Expand All @@ -12,5 +12,5 @@ cargo build

To run from cargo
```
cargo run --bin dterm
cargo run --bin dtui
```
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ef271e

Please sign in to comment.