-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea25657
commit bbd34a3
Showing
6 changed files
with
71 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
%{ | ||
"recon": {:hex, :recon, "2.5.1", "430ffa60685ac1efdfb1fe4c97b8767c92d0d92e6e7c3e8621559ba77598678a", [:mix, :rebar3], [], "hexpm"}, | ||
"recon": {:hex, :recon, "2.5.6", "9052588e83bfedfd9b72e1034532aee2a5369d9d9343b61aeb7fbce761010741", [:mix, :rebar3], [], "hexpm", "96c6799792d735cc0f0fd0f86267e9d351e63339cbe03df9d162010cefc26bb0"}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
{application, observer_cli, | ||
[ | ||
{description, "Visualize Erlang Nodes On The Command Line"}, | ||
{vsn, "1.7.5"}, | ||
{modules, [ | ||
observer_cli | ||
]}, | ||
{registered, []}, | ||
{applications, [ | ||
kernel, | ||
stdlib, | ||
recon | ||
]}, | ||
{files, ["include", | ||
"LICENSE*", | ||
"mix.exs", | ||
"mix.lock", | ||
"README.md", | ||
"rebar.config", | ||
"rebar.lock", | ||
"src"]}, | ||
{build_tools, ["mix", "rebar3"]}, | ||
{env, [ | ||
{scheduler_usage, disable}, | ||
{plugins, | ||
[ | ||
%% module - Specific module implements plugin behavior. It's mandatory. | ||
%% title - Menu title. It's mandatory. | ||
%% shortcut - Switch plugin by shortcut. It's mandatory. | ||
%% interval - Refresh interval ms. It's options. default is 1500ms. | ||
%% sort_column - Sort the sheet by this index. It's options default is 2. | ||
%% #{module => observer_cli_plug_1, title => "Example-1", interval => 1500, shortcut => "S", sort_column => 3}, | ||
%% #{module => observer_cli_plug_2, title => "Example-2", interval => 1600, shortcut => "D", sort_column => 2} | ||
]} | ||
]}, | ||
{licenses, ["MIT"]}, | ||
{links, [{"Github", "https://github.com/zhongwencool/observer_cli"}]} | ||
]}. | ||
{application, observer_cli, [ | ||
{description, "Visualize Erlang Nodes On The Command Line"}, | ||
{vsn, "1.8.0"}, | ||
{modules, [ | ||
observer_cli | ||
]}, | ||
{registered, []}, | ||
{applications, [ | ||
kernel, | ||
stdlib, | ||
recon | ||
]}, | ||
{files, [ | ||
"include", | ||
"LICENSE*", | ||
"mix.exs", | ||
"mix.lock", | ||
"README.md", | ||
"rebar.config", | ||
"rebar.lock", | ||
"src" | ||
]}, | ||
{build_tools, ["mix", "rebar3"]}, | ||
{env, [ | ||
{scheduler_usage, disable}, | ||
{plugins, [ | ||
%% module - Specific module implements plugin behavior. It's mandatory. | ||
%% title - Menu title. It's mandatory. | ||
%% shortcut - Switch plugin by shortcut. It's mandatory. | ||
%% interval - Refresh interval ms. It's options. default is 1500ms. | ||
%% sort_column - Sort the sheet by this index. It's options default is 2. | ||
|
||
%% #{module => observer_cli_plug_1, title => "Example-1", interval => 1500, shortcut => "S", sort_column => 3}, | ||
%% #{module => observer_cli_plug_2, title => "Example-2", interval => 1600, shortcut => "D", sort_column => 2} | ||
]} | ||
]}, | ||
{licenses, ["MIT"]}, | ||
{links, [{"Github", "https://github.com/zhongwencool/observer_cli"}]} | ||
]}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters