Skip to content

Commit

Permalink
Merge pull request #175 from AleixMT/174_star_UML
Browse files Browse the repository at this point in the history
174 star uml
  • Loading branch information
AleixMT authored Jan 3, 2024
2 parents 0e031d9 + b44854b commit 1b90d76
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/core/feature_keynames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ soundcloud
spotify
spreadsheets
ssh
staruml
status
steam
studio
Expand Down
14 changes: 14 additions & 0 deletions data/features/staruml/staruml.dat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env bash

staruml_name="Star UML"
staruml_description="File Synchronizer"
staruml_version="2020.03.04_amd64"
staruml_tags=("uml")
staruml_systemcategories=("Development" "Network")

staruml_downloadKeys=("bundle")
staruml_bundle_URL="https://staruml.io/api/download/releases-v6/StarUML_6.0.1_amd64.deb"
staruml_launcherkeynames=("defaultLauncher")
staruml_defaultLauncher_exec="staruml"
staruml_defaultLauncher_notify="false"
staruml_bashfunctions=("silentFunction")
1 change: 1 addition & 0 deletions data/features/staruml/staruml.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Star UML is a free software to build and design software using the Unified Modelling Language
3 changes: 3 additions & 0 deletions data/features/staruml/staruml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/core/functions_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,6 @@ deduce_privileges()
# match looping through all the arguments, obtained by indirect expansion using every feature keyname)
add_program()
{
echo receiving arg1: $1

local matched_keyname=""
# fast match against keynames
local processed_argument=
Expand Down

0 comments on commit 1b90d76

Please sign in to comment.