Skip to content

Commit

Permalink
Smash to default (#23)
Browse files Browse the repository at this point in the history
* add smash option

* add stash to default actions
  • Loading branch information
Tokoeka authored Dec 16, 2024
1 parent 5637af2 commit 2665257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ It is recommended that you run `keeping-tabs debug coinmasters` after adding a c

To get a full help documentation, you can run `keeping-tabs help`.

After adding your items to the favorite tabs in the game, just run hte command `keeping-tabs` on the command line. By default, it will run the command groups in the order `closet use coinmaster mall autosell display sell kmail fuel collection low`
After adding your items to the favorite tabs in the game, just run hte command `keeping-tabs` on the command line. By default, it will run the command groups in the order `closet use smash coinmaster mall autosell display sell kmail fuel collection low`

Once you have gotten the hang of it and are generally comfortable with the actions Keeping Tabs is taking, one commonly used workflow is to add it to a breakfast or logout script, so that you are constantly cycling out the items in your tabs.

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { set } from "libram";

const HIGHLIGHT = isDarkMode() ? "yellow" : "blue";
const DEFAULT_ACTIONS =
"closet use coinmaster mall autosell display sell kmail fuel collection low";
"closet use smash coinmaster mall autosell display sell kmail fuel collection low";

function items(tabId: TabId, type: InventoryType): Item[] {
const tab = visitUrl(`${type}.php?which=f${tabId}`);
Expand Down

0 comments on commit 2665257

Please sign in to comment.