File: README.md

package info (click to toggle)
gnome-usage 48.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,340 kB
  • sloc: sh: 33; xml: 27; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Usage

A nice way to view information about use of system resources, like memory and disk space.

## TODO
- [x] Processor Usage
- [x] Memory usage
- [x] Network usage
- [x] Search in processes 
- [ ] UI for file operations errors (as duplicate file, not enough space, permission...)
- [ ] UI for show progress about file operations
- [ ] Notification for file operations with undo action
- [ ] Storage support for more users (multiuser system)
- [ ] Application in storage 
- [ ] Power view (Design?)
- [ ] Disk usage (What library we can use?)
- [ ] Data view - 0%

## Run
In terminal run ```gnome-usage``` command or run Usage from app launcher.

## Dependencies
- libgtop >= 2.34.2

## Compilation:
```
cd gnome-usage
meson build && cd build
ninja-build #or ninja
sudo ninja-build install #or sudo ninja install
```

## License
Code is under GNU GPLv3 license.

## Screenshots
Screenshots are placed in the screenshots subdirectory (however screenshots may be outdated).

![Screenshot](screenshots/screenshot-performance-view.png?raw=true )

![Screenshot](screenshots/screenshot-performance-memory-view.png?raw=true )

![Screenshot](screenshots/screenshot-storage-view.png?raw=true )

## Design
<img src="https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/usage/usage-storage.png">