File Explorer

/proc/1/task/1/cwd/node24/lib/node_modules/npm/node_modules/text-table/example

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

center.js221 B · 9 lines
var table = require('../');var t = table([    [ 'beep', '1024', 'xyz' ],    [ 'boop', '3388450', 'tuv' ],    [ 'foo', '10106', 'qrstuv' ],    [ 'bar', '45', 'lmno' ]], { align: [ 'l', 'c', 'l' ] });console.log(t);