Feyn [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=76499 Clip - tooltray clipboard manager <img style="margin-bottom:16px" border=0 src="/media/76499/8_Sprite-0001.png" alt="" /> <p>Clip is a clipboard manager that adds a simple clipboard to your tooltray</p> <p>Maybe it's not so handy as other clipboard managers, but I think it's good enough for the first version</p> <p>Feel free to comment if you find any bugs or have suggestions!</p> <p> <table><tr><td> <a href="/bbs/?pid=143949#p"> <img src="/bbs/thumbs/pico64_clip-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=143949#p"> clip 1.0</a><br><br> by <a href="/bbs/?uid=76499"> Feyn</a> <br><br><br> <a href="/bbs/?pid=143949#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=140935 https://www.lexaloffle.com/bbs/?tid=140935 Wed, 20 Mar 2024 15:39:28 UTC loc util <p>makes locs on desktop</p> <p>usage: loc path (name)</p> <img style="margin-bottom:16px" border=0 src="/media/76499/Screenshot_191.png" alt="" /> <p>put code in appdata/system/util/loc.lua<br /> you can change file name to whatever you like, like ln.lua to use as ln </p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>function ext(str) for i=1,#str do if (str:sub(i,i)==&quot;.&quot;) return i-1 end return #str end local orig=env().argv[1] if (not orig) print(&quot;usage: &quot;..env().argv[0]..&quot; path (name)&quot;) exit(1) if (orig:sub(#orig)==&quot;/&quot;) orig=orig:sub(1,#orig-1) if (orig:sub(1,1)!=&quot;/&quot;) orig=fetch(&quot;/ram/system/pwd.pod&quot;)..&quot;/&quot;..orig if (not fstat(orig)) print(&quot;file does not exist (&quot;..orig..&quot;)&quot;) exit(1) local name=env().argv[2] and #env().argv[2]!=0 and env().argv[2] or orig:basename() name=name:sub(1,ext(name)) local targ=&quot;/desktop/&quot;..name..&quot;.loc&quot; if (fstat(targ)) print(&quot;loc already exists (&quot;..targ..&quot;)&quot;) exit(1) store(targ,{location=orig}) local orig_meta=fetch_metadata(orig) local targ_meta=fetch_metadata(targ) if (orig_meta and orig_meta.icon) then targ_meta.icon=fetch_metadata(orig).icon store_metadata(targ,targ_meta) end print(&quot;-&gt; &quot;..targ..&quot; done&quot;)</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> https://www.lexaloffle.com/bbs/?tid=140768 https://www.lexaloffle.com/bbs/?tid=140768 Sun, 17 Mar 2024 03:55:26 UTC Breakout <p>yay my fiwst game owo!!<br /> (may be buggy!!)<br /> <table><tr><td> <a href="/bbs/?pid=128479#p"> <img src="/bbs/thumbs/pico8_first_game-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=128479#p"> breakout</a><br><br> by <a href="/bbs/?uid=76499"> Feyn</a> <br><br><br> <a href="/bbs/?pid=128479#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=52395 https://www.lexaloffle.com/bbs/?tid=52395 Wed, 12 Apr 2023 17:53:17 UTC