feat: tclip and go playground

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2023-08-12 18:42:11 -05:00
parent 6e0dcedd3f
commit 2422c07e88
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 23 additions and 0 deletions

View File

@ -60,8 +60,31 @@
}
];
}
{
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/";
}
];
};
};