Skip to content

Instantly share code, notes, and snippets.

View roojay's full-sized avatar
:octocat:

Roojay roojay

:octocat:
View GitHub Profile
@roojay
roojay / Manus提示词
Last active March 10, 2025 07:38 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@roojay
roojay / onetab.json
Created August 9, 2024 02:08
onetab.json
{
"tabGroups": [
{
"id": "-4dpR-KChUDPwZBlE40_IO",
"tabsMeta": [
{
"id": "mzfZF0R6qsH8PQ2dzw23wP",
"url": "https://geek-docs.com/vscode/vscode-tutorials/vscode-keyboard.html",
"title": "VSCode 键盘操作|极客教程"
},
@roojay
roojay / github-dashboard-feed.user.js
Last active March 20, 2024 02:00
github-dashboard-feed
// ==UserScript==
// @name github-dashboard-feed
// @namespace https://github.com/roojay520
// @license MIT
// @match https://github.com/dashboard-feed*
// @version 0.1
// @author roojay
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @description 2024/3/20 09:01:33 github-dashboard-feed responsive layout
@roojay
roojay / mac-esc-fix.md
Last active February 19, 2024 01:45
mac touchbar esc fix

解决 MacBook Touch Bar Esc 图标消失不见的问题

打开终端(Terminal),杀死 Touch Bar 服务即可:

sudo pkill TouchBarServer

粘贴上面的命令拷贝到终端直接运行,之后输入密码确认执行,等待 3-5 秒,esc 图标就重新回来了。

@roojay
roojay / 00 - pw - modding setup.md
Created January 27, 2024 12:42 — forked from arawrshi/00 - pw - modding setup.md
Palworld - Modding Setup

Modding setup so far:

Source: Palworld Discord

@roojay
roojay / CSScomb.sublime-settings
Created May 29, 2020 02:12 — forked from yedanbo/CSScomb.sublime-settings
CSScomb用户配置文件(JSON)
{
// If plugin has trouble finding Node.js, replace this string with path
// to your `node` bin
"node-path" : ":/usr/local/bin",
// Full list of supported options and acceptable values can be found here:
// https://github.com/csscomb/csscomb.js/blob/master/doc/options.md
"config": {
// Whether to add a semicolon after the last value/mixin.
[
{
"emoji": "🎨",
"code": ":art:",
"description": "Improving structure / format of the code.",
"name": "style"
},
{
"emoji": "⚡️",
"code": ":zap:",
@roojay
roojay / json
Created May 21, 2019 05:38
OneDark-Pro-vivid-gray.json
{
"name": "One Dark Pro",
"type": "dark",
"colors": {
"activityBar.background": "#303845",
"activityBar.foreground": "#d7dae0",
"activityBarBadge.background": "#4d78cc",
"activityBarBadge.foreground": "#f8fafd",
"badge.background": "#303845",
"button.background": "#404754",
@roojay
roojay / json
Created May 21, 2019 05:38
OneDark-Pro-vivid-gray.json
{
"name": "One Dark Pro",
"type": "dark",
"colors": {
"activityBar.background": "#303845",
"activityBar.foreground": "#d7dae0",
"activityBarBadge.background": "#4d78cc",
"activityBarBadge.foreground": "#f8fafd",
"badge.background": "#303845",
"button.background": "#404754",