appim 1.0.3

A simple cli to create and manage desktop entries from executables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test_simple_add: 
  cargo build
  sudo target/debug/appim add ./test.AppImage

move:
  cargo build
  sudo target/debug/appim add ./test.AppImage -m ..

here:
  cargo build
  sudo target/debug/appim add ./test.AppImage -d "." 

all:
  cargo build
  sudo target/debug/appim add ./test.AppImage -d "."  -m ".."