Skip to content

sebjulliand/vscode-ibmi-UserSpooledFiles

 
 

Repository files navigation

vscode-ibmi-UserSpooledFiles

This extension provides views and tools for listing a user's spooled file and managing them (one at a time).

Current functionality

Has support for:

  • Listing user spooled files
  • Adding addition users to view spooled file for in read-only mode
  • Reading spooled file in editor tab with or without line spacing.
  • Searching through spoooled files
  • Filtering list based on certain criteria in spooled file attribute, like job number.
  • Sorting spooled file list by name or date in ascending or descending order.
  • Download spooled file to .TXT or PDF
  • Delete spooled files by user, specific line, specific name, all mathcing filter.
  • Move a spooled file to another output queue.
  • Download with line spacing in effect.

TODOs:

  • Allow for searches over all spooled files of user.
  • Re-activate hover ability so user text and spooled file counts show again.
  • Re-write open with ling spacing to account for overprinted lines.

Commands

  • IBM i SPLF: Refresh Spooled File Browser
  • IBM i SPLF: Add Spooled File Filter
  • IBM i SPLF: Delete Spooled File Filter

Building from source

  1. This project requires VS Code, Node.js, and Code for IBM i.
  2. fork & clone repo
  3. Install Code for IBM i types, see: https://codefori.github.io/docs/dev/api/#typings
  4. npm i
  5. 'Run Extension' from vscode debug.

About

IBMi User spooled files in VS code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 2.0%