mirror of https://git.jolheiser.com/dotnix.git
feat: tclip and go playground
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
6e0dcedd3f
commit
2422c07e88
|
@ -60,9 +60,32 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Tailnet";
|
||||||
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "golink";
|
||||||
|
tags = ["tailscale"];
|
||||||
|
keyword = "go";
|
||||||
|
url = "http://go";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "tclip";
|
||||||
|
tags = ["tailscale"];
|
||||||
|
keyword = "paste";
|
||||||
|
url = "http://paste";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Go Playground";
|
||||||
|
tags = ["golang"];
|
||||||
|
keyword = "play";
|
||||||
|
url = "https://go.dev/play/";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue